Html Css Color HEX #C78518 Ochre

📋 copy color: '#C78518'

red 199 ◦ green 133 ◦ blue 24

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

Shades of Ochre #C78518

Tints of Ochre #C78518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 55.9%
G = 37.36%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78518 (or 0xC78518) is known color: Ochre. HEX triplet: C7, 85 and 18. RGB value is (199,133,24). Sum of RGB (Red+Green+Blue) = 199+133+24=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C78518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78518 is #387AE7. Grayscale: #8C8C8C. Windows color (decimal): -3701480 or 1607111. OLE color: 1607111.

HSL color Cylindrical-coordinate representation of color #C78518: hue angle of 37.37º 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 #C78518 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 24 -
CMYK 0 0.33 0.88 0.22
HSL 37.37º 0.78% 0.44% -
HSV(B) 37.37º 0.88% 0.78% -
XYZ 32.11 28.98 4.77 -
YUV 140.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 199 133 24 0 0.33 0.88 0.22 37.37 0.78 0.44
Hex C7 85 18 0 21 58 16 25 4E 2C
Octal 307 205 30 0 41 130 26 45 116 54
Binary 11000111 10000101 11000 0 100001 1011000 10110 100101 1001110 101100

Color Harmonies of #C78518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78518

Black with #C78518

Text Example


Text Example

White with #C78518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78518; }

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

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

background-color css

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

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

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

border-color css

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

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

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