#71433E

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

Shades of Bole #71433E

Tints of Bole #71433E

Color information

#71433E (or 0x71433E) is unknown color: approx Bole. HEX triplet: 71, 43 and 3E. RGB value is (113,67,62). Sum of RGB (Red+Green+Blue) = 113+67+62=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71433E is #8EBCC1. Grayscale: #505050. Windows color (decimal): -9354434 or 4080497. OLE color: 4080497.

HSL color Cylindrical-coordinate representation of color #71433E: hue angle of 5.88º 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 #71433E is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1136762-
CMYK00.410.450.56
HSL5.88º29.14%34.31%-
HSV(B)5.88º45.13%44.31%-
XYZ9.697.875.57-
YUV80.18117.74151.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=46.69%
G=27.69%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113676200.410.450.565.8829.1434.31
Hex71433E0292D3861d22
Octal16110376051557063542
Binary11100011000011111110010100110110111100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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