Html Css Color HEX #C37716 Ochre

📋 copy color: '#C37716'

red 195 ◦ green 119 ◦ blue 22

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

Shades of Ochre #C37716

Tints of Ochre #C37716

RGB

 RED value IS 195 (76.56% from 255) = 58.04%

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

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 58.04%
G = 35.42%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37716 (or 0xC37716) is known color: Ochre. HEX triplet: C3, 77 and 16. RGB value is (195,119,22). Sum of RGB (Red+Green+Blue) = 195+119+22=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C37716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37716 is #3C88E9. Grayscale: #838383. Windows color (decimal): -3967210 or 1472451. OLE color: 1472451.

HSL color Cylindrical-coordinate representation of color #C37716: hue angle of 33.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37716 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 22 -
CMYK 0 0.39 0.89 0.24
HSL 33.64º 0.8% 0.43% -
HSV(B) 33.64º 0.89% 0.76% -
XYZ 29.25 24.85 4.01 -
YUV 130.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 195 119 22 0 0.39 0.89 0.24 33.64 0.8 0.43
Hex C3 77 16 0 27 59 18 22 50 2B
Octal 303 167 26 0 47 131 30 42 120 53
Binary 11000011 1110111 10110 0 100111 1011001 11000 100010 1010000 101011

Color Harmonies of #C37716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37716

Black with #C37716

Text Example


Text Example

White with #C37716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37716; }

 p { color: rgb(195,119,22); }

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

background-color css

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

 a { background-color: rgb(195,119,22); }

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

border-color css

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

 span { border-color: rgb(195,119,22); }

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