#C3751C

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

Shades of Ochre #C3751C

Tints of Ochre #C3751C

Color information

#C3751C (or 0xC3751C) is unknown color: approx Ochre. HEX triplet: C3, 75 and 1C. RGB value is (195,117,28). Sum of RGB (Red+Green+Blue) = 195+117+28=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3751C is #3C8AE3. Grayscale: #828282. Windows color (decimal): -3967716 or 1865155. OLE color: 1865155.

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

Color convert

RGB19511728-
CMYK00.40.860.24
HSL31.98º74.89%43.73%-
HSV(B)31.98º85.64%76.47%-
XYZ29.0824.414.28-
YUV130.1870.34174.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.35%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=57.35%
G=34.41%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951172800.40.860.2431.9874.8943.73
HexC3751C0285618204b2c
Octal30316534050126304011354
Binary1100001111101011110001010001010110110001000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3751C; }

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

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

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

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

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

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

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

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