Html Css Color HEX #C77821 Ochre

📋 copy color: '#C77821'

red 199 ◦ green 120 ◦ blue 33

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

Shades of Ochre #C77821

Tints of Ochre #C77821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 56.53%
G = 34.09%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C77821 (or 0xC77821) is known color: Ochre. HEX triplet: C7, 78 and 21. RGB value is (199,120,33). Sum of RGB (Red+Green+Blue) = 199+120+33=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77821 is #3887DE. Grayscale: #868686. Windows color (decimal): -3704799 or 2193607. OLE color: 2193607.

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

Color convert

RGB 199 120 33 -
CMYK 0 0.40 0.83 0.22
HSL 31.45º 0.72% 0.45% -
HSV(B) 31.45º 0.83% 0.78% -
XYZ 30.54 25.68 4.79 -
YUV 133.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 199 120 33 0 0.40 0.83 0.22 31.45 0.72 0.45
Hex C7 78 21 0 28 53 16 1F 48 2D
Octal 307 170 41 0 50 123 26 37 110 55
Binary 11000111 1111000 100001 0 101000 1010011 10110 11111 1001000 101101

Color Harmonies of #C77821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77821

Black with #C77821

Text Example


Text Example

White with #C77821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77821; }

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

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

background-color css

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

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

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

border-color css

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

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

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