Html Css Color HEX #C77619 Ochre

📋 copy color: '#C77619'

red 199 ◦ green 118 ◦ blue 25

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

Shades of Ochre #C77619

Tints of Ochre #C77619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 58.19%
G = 34.5%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77619 (or 0xC77619) is known color: Ochre. HEX triplet: C7, 76 and 19. RGB value is (199,118,25). Sum of RGB (Red+Green+Blue) = 199+118+25=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C77619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77619 is #3889E6. Grayscale: #848484. Windows color (decimal): -3705319 or 1668807. OLE color: 1668807.

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

Color convert

RGB 199 118 25 -
CMYK 0 0.41 0.87 0.22
HSL 32.07º 0.78% 0.44% -
HSV(B) 32.07º 0.87% 0.78% -
XYZ 30.21 25.17 4.19 -
YUV 131.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 199 118 25 0 0.41 0.87 0.22 32.07 0.78 0.44
Hex C7 76 19 0 29 57 16 20 4E 2C
Octal 307 166 31 0 51 127 26 40 116 54
Binary 11000111 1110110 11001 0 101001 1010111 10110 100000 1001110 101100

Color Harmonies of #C77619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77619

Black with #C77619

Text Example


Text Example

White with #C77619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77619; }

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

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

background-color css

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

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

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

border-color css

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

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

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