#71483E

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

Shades of Bole #71483E

Tints of Bole #71483E

Color information

#71483E (or 0x71483E) is unknown color: approx Bole. HEX triplet: 71, 48 and 3E. RGB value is (113,72,62). Sum of RGB (Red+Green+Blue) = 113+72+62=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71483E is #8EB7C1. Grayscale: #535353. Windows color (decimal): -9353154 or 4081777. OLE color: 4081777.

HSL color Cylindrical-coordinate representation of color #71483E: hue angle of 11.76º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71483E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1137262-
CMYK00.360.450.56
HSL11.76º29.14%34.31%-
HSV(B)11.76º45.13%44.31%-
XYZ108.495.67-
YUV83.12116.08149.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=45.75%
G=29.15%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113726200.360.450.5611.7629.1434.31
Hex71483E0242D38c1d22
Octal161110760445570143542
Binary111000110010001111100100100101101111000110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71483E; }

 p { color: rgb(113,72,62); }

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

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

 a { background-color: rgb(113,72,62); }

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

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

 span { border-color: rgb(113,72,62); }

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