#75463A

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

Shades of Bole #75463A

Tints of Bole #75463A

Color information

#75463A (or 0x75463A) is unknown color: approx Bole. HEX triplet: 75, 46 and 3A. RGB value is (117,70,58). Sum of RGB (Red+Green+Blue) = 117+70+58=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463A is #8AB9C5. Grayscale: #525252. Windows color (decimal): -9091526 or 3819125. OLE color: 3819125.

HSL color Cylindrical-coordinate representation of color #75463A: hue angle of 12.2º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75463A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1177058-
CMYK00.400.500.54
HSL12.2º33.71%34.31%-
HSV(B)12.2º50.43%45.88%-
XYZ10.298.475.1-
YUV82.68114.07152.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=47.76%
G=28.57%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117705800.400.500.5412.233.7134.31
Hex75463A0283236c2222
Octal165106720506266144242
Binary1110101100011011101001010001100101101101100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75463A; }

 p { color: rgb(117,70,58); }

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

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

 a { background-color: rgb(117,70,58); }

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

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

 span { border-color: rgb(117,70,58); }

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