#714843

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

Shades of Bole #714843

Tints of Bole #714843

Color information

#714843 (or 0x714843) is unknown color: approx Bole. HEX triplet: 71, 48 and 43. RGB value is (113,72,67). Sum of RGB (Red+Green+Blue) = 113+72+67=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714843 is #8EB7BC. Grayscale: #535353. Windows color (decimal): -9353149 or 4409457. OLE color: 4409457.

HSL color Cylindrical-coordinate representation of color #714843: hue angle of 6.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714843 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1137267-
CMYK00.360.410.56
HSL6.52º25.56%35.29%-
HSV(B)6.52º40.71%44.31%-
XYZ10.148.556.43-
YUV83.69118.58148.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=44.84%
G=28.57%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113726700.360.410.566.5225.5635.29
Hex714843024293871a23
Octal161110103044517073243
Binary111000110010001000011010010010100111100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714843; }

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

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

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

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

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

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

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

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