#79473F

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

Shades of Bole #79473F

Tints of Bole #79473F

Color information

#79473F (or 0x79473F) is unknown color: approx Bole. HEX triplet: 79, 47 and 3F. RGB value is (121,71,63). Sum of RGB (Red+Green+Blue) = 121+71+63=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79473F is #86B8C0. Grayscale: #555555. Windows color (decimal): -8829121 or 4147065. OLE color: 4147065.

HSL color Cylindrical-coordinate representation of color #79473F: hue angle of 8.28º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79473F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1217163-
CMYK00.410.480.53
HSL8.28º31.52%36.08%-
HSV(B)8.28º47.93%47.45%-
XYZ11.048.935.84-
YUV85.04115.56153.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 63 (25% from 255) = 24.71%
R=47.45%
G=27.84%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121716300.410.480.538.2831.5236.08
Hex79473F029303582024
Octal171107770516065104044
Binary1111001100011111111101010011100001101011000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79473F; }

 p { color: rgb(121,71,63); }

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

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

 a { background-color: rgb(121,71,63); }

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

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

 span { border-color: rgb(121,71,63); }

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