Html Css Color HEX #C77621 Ochre

📋 copy color: '#C77621'

red 199 ◦ green 118 ◦ blue 33

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

Shades of Ochre #C77621

Tints of Ochre #C77621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 56.86%
G = 33.71%
B = 9.43%

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

#C77621 (or 0xC77621) is known color: Ochre. HEX triplet: C7, 76 and 21. RGB value is (199,118,33). Sum of RGB (Red+Green+Blue) = 199+118+33=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77621 is #3889DE. Grayscale: #848484. Windows color (decimal): -3705311 or 2193095. OLE color: 2193095.

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

Color convert

RGB 199 118 33 -
CMYK 0 0.41 0.83 0.22
HSL 30.72º 0.72% 0.45% -
HSV(B) 30.72º 0.83% 0.78% -
XYZ 30.31 25.21 4.71 -
YUV 132.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 199 118 33 0 0.41 0.83 0.22 30.72 0.72 0.45
Hex C7 76 21 0 29 53 16 1F 48 2D
Octal 307 166 41 0 51 123 26 37 110 55
Binary 11000111 1110110 100001 0 101001 1010011 10110 11111 1001000 101101

Color Harmonies of #C77621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77621

Black with #C77621

Text Example


Text Example

White with #C77621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77621; }

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

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

background-color css

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

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

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

border-color css

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

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

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