#79463F

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

Shades of Bole #79463F

Tints of Bole #79463F

Color information

#79463F (or 0x79463F) is unknown color: approx Bole. HEX triplet: 79, 46 and 3F. RGB value is (121,70,63). Sum of RGB (Red+Green+Blue) = 121+70+63=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79463F is #86B9C0. Grayscale: #545454. Windows color (decimal): -8829377 or 4146809. OLE color: 4146809.

HSL color Cylindrical-coordinate representation of color #79463F: hue angle of 7.24º 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 #79463F is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1217063-
CMYK00.420.480.53
HSL7.24º31.52%36.08%-
HSV(B)7.24º47.93%47.45%-
XYZ10.978.85.82-
YUV84.45115.9154.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 63 (25% from 255) = 24.80%
R=47.64%
G=27.56%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121706300.420.480.537.2431.5236.08
Hex79463F02A303572024
Octal17110677052606574044
Binary111100110001101111110101010110000110101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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