#78433B

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

Shades of Bole #78433B

Tints of Bole #78433B

Color information

#78433B (or 0x78433B) is unknown color: approx Bole. HEX triplet: 78, 43 and 3B. RGB value is (120,67,59). Sum of RGB (Red+Green+Blue) = 120+67+59=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78433B is #87BCC4. Grayscale: #525252. Windows color (decimal): -8895685 or 3883896. OLE color: 3883896.

HSL color Cylindrical-coordinate representation of color #78433B: hue angle of 7.87º 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 #78433B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1206759-
CMYK00.440.510.53
HSL7.87º34.08%35.1%-
HSV(B)7.87º50.83%47.06%-
XYZ10.548.325.19-
YUV81.94115.06155.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=48.78%
G=27.24%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120675900.440.510.537.8734.0835.1
Hex78433B02C333582223
Octal170103730546365104243
Binary1111000100001111101101011001100111101011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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