Html Css Color HEX #C37414 Ochre

📋 copy color: '#C37414'

red 195 ◦ green 116 ◦ blue 20

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

Shades of Ochre #C37414

Tints of Ochre #C37414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 58.91%
G = 35.05%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C37414 (or 0xC37414) is known color: Ochre. HEX triplet: C3, 74 and 14. RGB value is (195,116,20). Sum of RGB (Red+Green+Blue) = 195+116+20=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37414 is #3C8BEB. Grayscale: #818181. Windows color (decimal): -3967980 or 1340611. OLE color: 1340611.

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

Color convert

RGB 195 116 20 -
CMYK 0 0.41 0.90 0.24
HSL 32.91º 0.81% 0.42% -
HSV(B) 32.91º 0.9% 0.76% -
XYZ 28.88 24.14 3.8 -
YUV 128.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 195 116 20 0 0.41 0.90 0.24 32.91 0.81 0.42
Hex C3 74 14 0 29 5A 18 21 51 2A
Octal 303 164 24 0 51 132 30 41 121 52
Binary 11000011 1110100 10100 0 101001 1011010 11000 100001 1010001 101010

Color Harmonies of #C37414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37414

Black with #C37414

Text Example


Text Example

White with #C37414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37414; }

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

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

background-color css

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

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

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

border-color css

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

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

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