#C0721B

Color #C0721B Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C0721B

Tints of Ochre #C0721B

Color information

#C0721B (or 0xC0721B) is unknown color: approx Ochre. HEX triplet: C0, 72 and 1B. RGB value is (192,114,27). Sum of RGB (Red+Green+Blue) = 192+114+27=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0721B is #3F8DE4. Grayscale: #7F7F7F. Windows color (decimal): -4165093 or 1798848. OLE color: 1798848.

HSL color Cylindrical-coordinate representation of color #C0721B: hue angle of 31.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0721B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19211427-
CMYK00.410.860.25
HSL31.64º75.34%42.94%-
HSV(B)31.64º85.94%75.29%-
XYZ27.9523.324.06-
YUV127.471.34174.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=57.66%
G=34.23%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921142700.410.860.2531.6475.3442.94
HexC0721B0295619204b2b
Octal30016233051126314011353
Binary1100000011100101101101010011010110110011000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0721B; }

 p { color: rgb(192,114,27); }

 H1.HeaderClassName
 {
   color: #C0721B;
 }
 .AnyTagClassName
 {
   color: #C0721B;
 }
</style>
background-color css

<style>
 a { background-color: #C0721B; }

 a { background-color: rgb(192,114,27); }

 div.DivClassName
 {
   background-color: #C0721B;
 }
 .BgClassName
 {
   background-color: #C0721B;
 }
</style>
border-color css

<style>
 span { border-color: #C0721B; }

 span { border-color: rgb(192,114,27); }

 td.TdClassName
 {
   border-color: #C0721B;
 }
 .TagClassName
 {
   border-color: #C0721B;
 }
</style>