Html Css Color HEX #C77629 Ochre

📋 copy color: '#C77629'

red 199 ◦ green 118 ◦ blue 41

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

Shades of Ochre #C77629

Tints of Ochre #C77629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 55.59%
G = 32.96%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C77629 (or 0xC77629) is known color: Ochre. HEX triplet: C7, 76 and 29. RGB value is (199,118,41). Sum of RGB (Red+Green+Blue) = 199+118+41=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C77629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77629 is #3889D6. Grayscale: #858585. Windows color (decimal): -3705303 or 2717383. OLE color: 2717383.

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

Color convert

RGB 199 118 41 -
CMYK 0 0.41 0.79 0.22
HSL 29.24º 0.66% 0.47% -
HSV(B) 29.24º 0.79% 0.78% -
XYZ 30.43 25.26 5.37 -
YUV 133.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 199 118 41 0 0.41 0.79 0.22 29.24 0.66 0.47
Hex C7 76 29 0 29 4F 16 1D 42 2F
Octal 307 166 51 0 51 117 26 35 102 57
Binary 11000111 1110110 101001 0 101001 1001111 10110 11101 1000010 101111

Color Harmonies of #C77629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77629

Black with #C77629

Text Example


Text Example

White with #C77629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77629; }

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

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

background-color css

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

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

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

border-color css

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

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

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