#C3731C

Color #C3731C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C3731C

Tints of Ochre #C3731C

Color information

#C3731C (or 0xC3731C) is unknown color: approx Ochre. HEX triplet: C3, 73 and 1C. RGB value is (195,115,28). Sum of RGB (Red+Green+Blue) = 195+115+28=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3731C is #3C8CE3. Grayscale: #818181. Windows color (decimal): -3968228 or 1864643. OLE color: 1864643.

HSL color Cylindrical-coordinate representation of color #C3731C: hue angle of 31.26º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3731C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19511528-
CMYK00.410.860.24
HSL31.26º74.89%43.73%-
HSV(B)31.26º85.64%76.47%-
XYZ28.8523.954.2-
YUV12971175.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 28 (11.33% from 255) = 8.28%
R=57.69%
G=34.02%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951152800.410.860.2431.2674.8943.73
HexC3731C02956181f4b2c
Octal30316334051126303711354
Binary110000111110011111000101001101011011000111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3731C; }

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

 H1.HeaderClassName
 {
   color: #C3731C;
 }
 .AnyTagClassName
 {
   color: #C3731C;
 }
</style>
background-color css

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

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

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

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

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

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