#75413C

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

Shades of Bole #75413C

Tints of Bole #75413C

Color information

#75413C (or 0x75413C) is unknown color: approx Bole. HEX triplet: 75, 41 and 3C. RGB value is (117,65,60). Sum of RGB (Red+Green+Blue) = 117+65+60=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75413C is #8ABEC3. Grayscale: #505050. Windows color (decimal): -9092804 or 3948917. OLE color: 3948917.

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

Color convert

RGB1176560-
CMYK00.440.490.54
HSL5.26º32.2%34.71%-
HSV(B)5.26º48.72%45.88%-
XYZ10.047.895.27-
YUV79.98116.73154.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=48.35%
G=26.86%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117656000.440.490.545.2632.234.71
Hex75413C02C313652023
Octal16510174054616654043
Binary111010110000011111000101100110001110110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75413C; }

 p { color: rgb(117,65,60); }

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

<style>
 a { background-color: #75413C; }

 a { background-color: rgb(117,65,60); }

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

<style>
 span { border-color: #75413C; }

 span { border-color: rgb(117,65,60); }

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