Html Css Color HEX #C77720 Ochre

📋 copy color: '#C77720'

red 199 ◦ green 119 ◦ blue 32

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

Shades of Ochre #C77720

Tints of Ochre #C77720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 56.86%
G = 34%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C77720 (or 0xC77720) is known color: Ochre. HEX triplet: C7, 77 and 20. RGB value is (199,119,32). Sum of RGB (Red+Green+Blue) = 199+119+32=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77720 is #3888DF. Grayscale: #858585. Windows color (decimal): -3705056 or 2127815. OLE color: 2127815.

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

Color convert

RGB 199 119 32 -
CMYK 0 0.40 0.84 0.22
HSL 31.26º 0.72% 0.45% -
HSV(B) 31.26º 0.84% 0.78% -
XYZ 30.41 25.44 4.67 -
YUV 133 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 199 119 32 0 0.40 0.84 0.22 31.26 0.72 0.45
Hex C7 77 20 0 28 54 16 1F 48 2D
Octal 307 167 40 0 50 124 26 37 110 55
Binary 11000111 1110111 100000 0 101000 1010100 10110 11111 1001000 101101

Color Harmonies of #C77720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77720

Black with #C77720

Text Example


Text Example

White with #C77720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77720; }

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

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

background-color css

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

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

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

border-color css

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

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

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