Html Css Color HEX #C77622 Ochre

📋 copy color: '#C77622'

red 199 ◦ green 118 ◦ blue 34

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

Shades of Ochre #C77622

Tints of Ochre #C77622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 56.7%
G = 33.62%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C77622 (or 0xC77622) is known color: Ochre. HEX triplet: C7, 76 and 22. RGB value is (199,118,34). Sum of RGB (Red+Green+Blue) = 199+118+34=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77622 is #3889DD. Grayscale: #858585. Windows color (decimal): -3705310 or 2258631. OLE color: 2258631.

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

Color convert

RGB 199 118 34 -
CMYK 0 0.41 0.83 0.22
HSL 30.55º 0.71% 0.46% -
HSV(B) 30.55º 0.83% 0.78% -
XYZ 30.32 25.21 4.78 -
YUV 132.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 199 118 34 0 0.41 0.83 0.22 30.55 0.71 0.46
Hex C7 76 22 0 29 53 16 1F 47 2E
Octal 307 166 42 0 51 123 26 37 107 56
Binary 11000111 1110110 100010 0 101001 1010011 10110 11111 1000111 101110

Color Harmonies of #C77622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77622

Black with #C77622

Text Example


Text Example

White with #C77622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77622; }

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

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

background-color css

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

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

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

border-color css

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

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

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