Html Css Color HEX #C77518 Ochre

📋 copy color: '#C77518'

red 199 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C77518

Tints of Ochre #C77518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 58.53%
G = 34.41%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77518 (or 0xC77518) is known color: Ochre. HEX triplet: C7, 75 and 18. RGB value is (199,117,24). Sum of RGB (Red+Green+Blue) = 199+117+24=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77518 is #388AE7. Grayscale: #838383. Windows color (decimal): -3705576 or 1603015. OLE color: 1603015.

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

Color convert

RGB 199 117 24 -
CMYK 0 0.41 0.88 0.22
HSL 31.89º 0.78% 0.44% -
HSV(B) 31.89º 0.88% 0.78% -
XYZ 30.08 24.93 4.09 -
YUV 130.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 199 117 24 0 0.41 0.88 0.22 31.89 0.78 0.44
Hex C7 75 18 0 29 58 16 20 4E 2C
Octal 307 165 30 0 51 130 26 40 116 54
Binary 11000111 1110101 11000 0 101001 1011000 10110 100000 1001110 101100

Color Harmonies of #C77518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77518

Black with #C77518

Text Example


Text Example

White with #C77518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77518; }

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

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

background-color css

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

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

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

border-color css

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

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

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