#71403C

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

Shades of Bole #71403C

Tints of Bole #71403C

Color information

#71403C (or 0x71403C) is unknown color: approx Bole. HEX triplet: 71, 40 and 3C. RGB value is (113,64,60). Sum of RGB (Red+Green+Blue) = 113+64+60=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71403C is #8EBFC3. Grayscale: #4E4E4E. Windows color (decimal): -9355204 or 3948657. OLE color: 3948657.

HSL color Cylindrical-coordinate representation of color #71403C: hue angle of 4.53º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71403C is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1136460-
CMYK00.430.470.56
HSL4.53º30.64%33.92%-
HSV(B)4.53º46.9%44.31%-
XYZ9.467.55.22-
YUV78.19117.73152.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=47.68%
G=27.00%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113646000.430.470.564.5330.6433.92
Hex71403C02B2F3851f22
Octal16110074053577053742
Binary11100011000000111100010101110111111100010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71403C; }

 p { color: rgb(113,64,60); }

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

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

 a { background-color: rgb(113,64,60); }

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

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

 span { border-color: rgb(113,64,60); }

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