Html Css Color HEX #C77719 Ochre

📋 copy color: '#C77719'

red 199 ◦ green 119 ◦ blue 25

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

Shades of Ochre #C77719

Tints of Ochre #C77719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 58.02%
G = 34.69%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77719 (or 0xC77719) is known color: Ochre. HEX triplet: C7, 77 and 19. RGB value is (199,119,25). Sum of RGB (Red+Green+Blue) = 199+119+25=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C77719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77719 is #3888E6. Grayscale: #848484. Windows color (decimal): -3705063 or 1669063. OLE color: 1669063.

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

Color convert

RGB 199 119 25 -
CMYK 0 0.40 0.87 0.22
HSL 32.41º 0.78% 0.44% -
HSV(B) 32.41º 0.87% 0.78% -
XYZ 30.33 25.41 4.23 -
YUV 132.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 199 119 25 0 0.40 0.87 0.22 32.41 0.78 0.44
Hex C7 77 19 0 28 57 16 20 4E 2C
Octal 307 167 31 0 50 127 26 40 116 54
Binary 11000111 1110111 11001 0 101000 1010111 10110 100000 1001110 101100

Color Harmonies of #C77719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77719

Black with #C77719

Text Example


Text Example

White with #C77719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77719; }

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

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

background-color css

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

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

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

border-color css

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

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

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