Html Css Color HEX #C37816 Ochre

📋 copy color: '#C37816'

red 195 ◦ green 120 ◦ blue 22

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

Shades of Ochre #C37816

Tints of Ochre #C37816

RGB

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

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

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

R = 57.86%
G = 35.61%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37816 (or 0xC37816) is known color: Ochre. HEX triplet: C3, 78 and 16. RGB value is (195,120,22). Sum of RGB (Red+Green+Blue) = 195+120+22=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C37816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37816 is #3C87E9. Grayscale: #838383. Windows color (decimal): -3966954 or 1472707. OLE color: 1472707.

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

Color convert

RGB 195 120 22 -
CMYK 0 0.38 0.89 0.24
HSL 33.99º 0.8% 0.43% -
HSV(B) 33.99º 0.89% 0.76% -
XYZ 29.37 25.09 4.05 -
YUV 131.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 195 120 22 0 0.38 0.89 0.24 33.99 0.8 0.43
Hex C3 78 16 0 26 59 18 22 50 2B
Octal 303 170 26 0 46 131 30 42 120 53
Binary 11000011 1111000 10110 0 100110 1011001 11000 100010 1010000 101011

Color Harmonies of #C37816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37816

Black with #C37816

Text Example


Text Example

White with #C37816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37816; }

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

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

background-color css

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

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

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

border-color css

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

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

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