#78403B

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

Shades of Bole #78403B

Tints of Bole #78403B

Color information

#78403B (or 0x78403B) is unknown color: approx Bole. HEX triplet: 78, 40 and 3B. RGB value is (120,64,59). Sum of RGB (Red+Green+Blue) = 120+64+59=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78403B is #87BFC4. Grayscale: #505050. Windows color (decimal): -8896453 or 3883128. OLE color: 3883128.

HSL color Cylindrical-coordinate representation of color #78403B: hue angle of 4.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78403B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1206459-
CMYK00.470.510.53
HSL4.92º34.08%35.1%-
HSV(B)4.92º50.83%47.06%-
XYZ10.377.985.13-
YUV80.17116.05156.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=49.38%
G=26.34%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120645900.470.510.534.9234.0835.1
Hex78403B02F333552223
Octal17010073057636554243
Binary111100010000001110110101111110011110101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78403B; }

 p { color: rgb(120,64,59); }

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

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

 a { background-color: rgb(120,64,59); }

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

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

 span { border-color: rgb(120,64,59); }

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