Html Css Color HEX #C78018 Ochre

📋 copy color: '#C78018'

red 199 ◦ green 128 ◦ blue 24

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

Shades of Ochre #C78018

Tints of Ochre #C78018

RGB

 RED value IS 199 (78.13% from 255) = 56.7%

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 56.7%
G = 36.47%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78018 (or 0xC78018) is known color: Ochre. HEX triplet: C7, 80 and 18. RGB value is (199,128,24). Sum of RGB (Red+Green+Blue) = 199+128+24=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C78018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78018 is #387FE7. Grayscale: #898989. Windows color (decimal): -3702760 or 1605831. OLE color: 1605831.

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

Color convert

RGB 199 128 24 -
CMYK 0 0.36 0.88 0.22
HSL 35.66º 0.78% 0.44% -
HSV(B) 35.66º 0.88% 0.78% -
XYZ 31.44 27.65 4.54 -
YUV 137.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 199 128 24 0 0.36 0.88 0.22 35.66 0.78 0.44
Hex C7 80 18 0 24 58 16 24 4E 2C
Octal 307 200 30 0 44 130 26 44 116 54
Binary 11000111 10000000 11000 0 100100 1011000 10110 100100 1001110 101100

Color Harmonies of #C78018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78018

Black with #C78018

Text Example


Text Example

White with #C78018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78018; }

 p { color: rgb(199,128,24); }

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

background-color css

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

 a { background-color: rgb(199,128,24); }

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

border-color css

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

 span { border-color: rgb(199,128,24); }

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