Html Css Color HEX #C07B18 Ochre

📋 copy color: '#C07B18'

red 192 ◦ green 123 ◦ blue 24

#C07B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C07B18

Tints of Ochre #C07B18

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

 GREEN value IS 123 (48.44% from 255) = 36.28%

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 56.64%
G = 36.28%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07B18 (or 0xC07B18) is known color: Ochre. HEX triplet: C0, 7B and 18. RGB value is (192,123,24). Sum of RGB (Red+Green+Blue) = 192+123+24=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B18 is #3F84E7. Grayscale: #848484. Windows color (decimal): -4162792 or 1604544. OLE color: 1604544.

HSL color Cylindrical-coordinate representation of color #C07B18: hue angle of 35.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07B18 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 24 -
CMYK 0 0.36 0.88 0.25
HSL 35.36º 0.78% 0.42% -
HSV(B) 35.36º 0.88% 0.75% -
XYZ 28.99 25.44 4.25 -
YUV 132.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 192 123 24 0 0.36 0.88 0.25 35.36 0.78 0.42
Hex C0 7B 18 0 24 58 19 23 4E 2A
Octal 300 173 30 0 44 130 31 43 116 52
Binary 11000000 1111011 11000 0 100100 1011000 11001 100011 1001110 101010

Color Harmonies of #C07B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B18

Black with #C07B18

Text Example


Text Example

White with #C07B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B18; }

 p { color: rgb(192,123,24); }

 H1.HeaderClassName
 {
   color: #C07B18;
 }
 .AnyTagClassName
 {
   color: #C07B18;
 }
</style>

background-color css

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

 a { background-color: rgb(192,123,24); }

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

border-color css

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

 span { border-color: rgb(192,123,24); }

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