#71483C

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

Shades of Bole #71483C

Tints of Bole #71483C

Color information

#71483C (or 0x71483C) is unknown color: approx Bole. HEX triplet: 71, 48 and 3C. RGB value is (113,72,60). Sum of RGB (Red+Green+Blue) = 113+72+60=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71483C is #8EB7C3. Grayscale: #525252. Windows color (decimal): -9353156 or 3950705. OLE color: 3950705.

HSL color Cylindrical-coordinate representation of color #71483C: hue angle of 13.58º 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 #71483C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1137260-
CMYK00.360.470.56
HSL13.58º30.64%33.92%-
HSV(B)13.58º46.9%44.31%-
XYZ9.948.475.39-
YUV82.89115.08149.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=46.12%
G=29.39%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113726000.360.470.5613.5830.6433.92
Hex71483C0242F38e1f22
Octal161110740445770163742
Binary111000110010001111000100100101111111000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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