Html Css Color HEX #C37114 Ochre

📋 copy color: '#C37114'

red 195 ◦ green 113 ◦ blue 20

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

Shades of Ochre #C37114

Tints of Ochre #C37114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 59.45%
G = 34.45%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C37114 (or 0xC37114) is known color: Ochre. HEX triplet: C3, 71 and 14. RGB value is (195,113,20). Sum of RGB (Red+Green+Blue) = 195+113+20=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37114 is #3C8EEB. Grayscale: #7F7F7F. Windows color (decimal): -3968748 or 1339843. OLE color: 1339843.

HSL color Cylindrical-coordinate representation of color #C37114: hue angle of 31.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37114 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 20 -
CMYK 0 0.42 0.90 0.24
HSL 31.89º 0.81% 0.42% -
HSV(B) 31.89º 0.9% 0.76% -
XYZ 28.54 23.46 3.69 -
YUV 126.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 195 113 20 0 0.42 0.90 0.24 31.89 0.81 0.42
Hex C3 71 14 0 2A 5A 18 20 51 2A
Octal 303 161 24 0 52 132 30 40 121 52
Binary 11000011 1110001 10100 0 101010 1011010 11000 100000 1010001 101010

Color Harmonies of #C37114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37114

Black with #C37114

Text Example


Text Example

White with #C37114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37114; }

 p { color: rgb(195,113,20); }

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

background-color css

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

 a { background-color: rgb(195,113,20); }

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

border-color css

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

 span { border-color: rgb(195,113,20); }

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