Html Css Color HEX #C77618 Ochre

📋 copy color: '#C77618'

red 199 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C77618

Tints of Ochre #C77618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 58.36%
G = 34.6%
B = 7.04%

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

#C77618 (or 0xC77618) is known color: Ochre. HEX triplet: C7, 76 and 18. RGB value is (199,118,24). Sum of RGB (Red+Green+Blue) = 199+118+24=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C77618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77618 is #3889E7. Grayscale: #838383. Windows color (decimal): -3705320 or 1603271. OLE color: 1603271.

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

Color convert

RGB 199 118 24 -
CMYK 0 0.41 0.88 0.22
HSL 32.23º 0.78% 0.44% -
HSV(B) 32.23º 0.88% 0.78% -
XYZ 30.2 25.16 4.13 -
YUV 131.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 199 118 24 0 0.41 0.88 0.22 32.23 0.78 0.44
Hex C7 76 18 0 29 58 16 20 4E 2C
Octal 307 166 30 0 51 130 26 40 116 54
Binary 11000111 1110110 11000 0 101001 1011000 10110 100000 1001110 101100

Color Harmonies of #C77618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77618

Black with #C77618

Text Example


Text Example

White with #C77618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77618; }

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

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

background-color css

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

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

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

border-color css

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

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

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