Html Css Color HEX #C37313 Ochre

📋 copy color: '#C37313'

red 195 ◦ green 115 ◦ blue 19

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

Shades of Ochre #C37313

Tints of Ochre #C37313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 59.27%
G = 34.95%
B = 5.78%

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

#C37313 (or 0xC37313) is known color: Ochre. HEX triplet: C3, 73 and 13. RGB value is (195,115,19). Sum of RGB (Red+Green+Blue) = 195+115+19=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C37313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37313 is #3C8CEC. Grayscale: #808080. Windows color (decimal): -3968237 or 1274819. OLE color: 1274819.

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

Color convert

RGB 195 115 19 -
CMYK 0 0.41 0.90 0.24
HSL 32.73º 0.82% 0.42% -
HSV(B) 32.73º 0.9% 0.76% -
XYZ 28.75 23.91 3.72 -
YUV 127.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 195 115 19 0 0.41 0.90 0.24 32.73 0.82 0.42
Hex C3 73 13 0 29 5A 18 21 52 2A
Octal 303 163 23 0 51 132 30 41 122 52
Binary 11000011 1110011 10011 0 101001 1011010 11000 100001 1010010 101010

Color Harmonies of #C37313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37313

Black with #C37313

Text Example


Text Example

White with #C37313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37313; }

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

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

background-color css

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

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

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

border-color css

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

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

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