Html Css Color HEX #C37113 Ochre

📋 copy color: '#C37113'

red 195 ◦ green 113 ◦ blue 19

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

Shades of Ochre #C37113

Tints of Ochre #C37113

RGB

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

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

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

R = 59.63%
G = 34.56%
B = 5.81%

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

#C37113 (or 0xC37113) is known color: Ochre. HEX triplet: C3, 71 and 13. RGB value is (195,113,19). Sum of RGB (Red+Green+Blue) = 195+113+19=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37113 is #3C8EEC. Grayscale: #7F7F7F. Windows color (decimal): -3968749 or 1274307. OLE color: 1274307.

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

Color convert

RGB 195 113 19 -
CMYK 0 0.42 0.90 0.24
HSL 32.05º 0.82% 0.42% -
HSV(B) 32.05º 0.9% 0.76% -
XYZ 28.53 23.46 3.64 -
YUV 126.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 195 113 19 0 0.42 0.90 0.24 32.05 0.82 0.42
Hex C3 71 13 0 2A 5A 18 20 52 2A
Octal 303 161 23 0 52 132 30 40 122 52
Binary 11000011 1110001 10011 0 101010 1011010 11000 100000 1010010 101010

Color Harmonies of #C37113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37113

Black with #C37113

Text Example


Text Example

White with #C37113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37113; }

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

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

background-color css

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

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

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

border-color css

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

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

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