#C3741C

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

Shades of Ochre #C3741C

Tints of Ochre #C3741C

Color information

#C3741C (or 0xC3741C) is unknown color: approx Ochre. HEX triplet: C3, 74 and 1C. RGB value is (195,116,28). Sum of RGB (Red+Green+Blue) = 195+116+28=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3741C is #3C8BE3. Grayscale: #828282. Windows color (decimal): -3967972 or 1864899. OLE color: 1864899.

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

Color convert

RGB19511628-
CMYK00.410.860.24
HSL31.62º74.89%43.73%-
HSV(B)31.62º85.64%76.47%-
XYZ28.9624.184.24-
YUV129.5970.67174.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=57.52%
G=34.22%
B=8.26%

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
Decimal1951162800.410.860.2431.6274.8943.73
HexC3741C0295618204b2c
Octal30316434051126304011354
Binary1100001111101001110001010011010110110001000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3741C; }

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

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

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

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

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

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

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

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