#75423F

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

Shades of Bole #75423F

Tints of Bole #75423F

Color information

#75423F (or 0x75423F) is unknown color: approx Bole. HEX triplet: 75, 42 and 3F. RGB value is (117,66,63). Sum of RGB (Red+Green+Blue) = 117+66+63=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75423F is #8ABDC0. Grayscale: #505050. Windows color (decimal): -9092545 or 4145781. OLE color: 4145781.

HSL color Cylindrical-coordinate representation of color #75423F: hue angle of 3.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75423F is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1176663-
CMYK00.440.460.54
HSL3.33º30%35.29%-
HSV(B)3.33º46.15%45.88%-
XYZ10.188.045.72-
YUV80.91117.9153.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 63 (25% from 255) = 25.61%
R=47.56%
G=26.83%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117666300.440.460.543.333035.29
Hex75423F02C2E3631e23
Octal16510277054566633643
Binary1110101100001011111101011001011101101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,66,63); }

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

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

 a { background-color: rgb(117,66,63); }

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

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

 span { border-color: rgb(117,66,63); }

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