#C3741E

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

Shades of Ochre #C3741E

Tints of Ochre #C3741E

Color information

#C3741E (or 0xC3741E) is unknown color: approx Ochre. HEX triplet: C3, 74 and 1E. RGB value is (195,116,30). Sum of RGB (Red+Green+Blue) = 195+116+30=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3741E is #3C8BE1. Grayscale: #828282. Windows color (decimal): -3967970 or 1995971. OLE color: 1995971.

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

Color convert

RGB19511630-
CMYK00.410.850.24
HSL31.27º73.33%44.12%-
HSV(B)31.27º84.62%76.47%-
XYZ28.9924.194.37-
YUV129.8271.67174.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.18%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=57.18%
G=34.02%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951163000.410.850.2431.2773.3344.12
HexC3741E02955181f492c
Octal30316436051125303711154
Binary110000111110100111100101001101010111000111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3741E; }

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

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

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

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

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

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

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

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