Html Css Color HEX #C37616 Ochre

📋 copy color: '#C37616'

red 195 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C37616

Tints of Ochre #C37616

RGB

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

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

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

R = 58.21%
G = 35.22%
B = 6.57%

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

#C37616 (or 0xC37616) is known color: Ochre. HEX triplet: C3, 76 and 16. RGB value is (195,118,22). Sum of RGB (Red+Green+Blue) = 195+118+22=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C37616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37616 is #3C89E9. Grayscale: #828282. Windows color (decimal): -3967466 or 1472195. OLE color: 1472195.

HSL color Cylindrical-coordinate representation of color #C37616: hue angle of 33.29º 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 #C37616 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 22 -
CMYK 0 0.39 0.89 0.24
HSL 33.29º 0.8% 0.43% -
HSV(B) 33.29º 0.89% 0.76% -
XYZ 29.13 24.62 3.98 -
YUV 130.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 195 118 22 0 0.39 0.89 0.24 33.29 0.8 0.43
Hex C3 76 16 0 27 59 18 21 50 2B
Octal 303 166 26 0 47 131 30 41 120 53
Binary 11000011 1110110 10110 0 100111 1011001 11000 100001 1010000 101011

Color Harmonies of #C37616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37616

Black with #C37616

Text Example


Text Example

White with #C37616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37616; }

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

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

background-color css

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

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

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

border-color css

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

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

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