Html Css Color HEX #C37314 Ochre

📋 copy color: '#C37314'

red 195 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C37314

Tints of Ochre #C37314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 59.09%
G = 34.85%
B = 6.06%

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

#C37314 (or 0xC37314) is known color: Ochre. HEX triplet: C3, 73 and 14. RGB value is (195,115,20). Sum of RGB (Red+Green+Blue) = 195+115+20=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37314 is #3C8CEB. Grayscale: #808080. Windows color (decimal): -3968236 or 1340355. OLE color: 1340355.

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

Color convert

RGB 195 115 20 -
CMYK 0 0.41 0.90 0.24
HSL 32.57º 0.81% 0.42% -
HSV(B) 32.57º 0.9% 0.76% -
XYZ 28.76 23.91 3.76 -
YUV 128.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 195 115 20 0 0.41 0.90 0.24 32.57 0.81 0.42
Hex C3 73 14 0 29 5A 18 21 51 2A
Octal 303 163 24 0 51 132 30 41 121 52
Binary 11000011 1110011 10100 0 101001 1011010 11000 100001 1010001 101010

Color Harmonies of #C37314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37314

Black with #C37314

Text Example


Text Example

White with #C37314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37314; }

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

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

background-color css

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

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

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

border-color css

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

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

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