#75502E

Color #75502E Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #75502E

Tints of Korma #75502E

Color information

#75502E (or 0x75502E) is unknown color: approx Korma. HEX triplet: 75, 50 and 2E. RGB value is (117,80,46). Sum of RGB (Red+Green+Blue) = 117+80+46=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75502E is #8AAFD1. Grayscale: #575757. Windows color (decimal): -9088978 or 3035253. OLE color: 3035253.

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

Color convert

RGB1178046-
CMYK00.320.610.54
HSL28.73º43.56%31.96%-
HSV(B)28.73º60.68%45.88%-
XYZ10.79.723.9-
YUV87.19104.76149.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=48.15%
G=32.92%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117804600.320.610.5428.7343.5631.96
Hex75502E0203D361d2c20
Octal165120560407566355440
Binary11101011010000101110010000011110111011011101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75502E; }

 p { color: rgb(117,80,46); }

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

<style>
 a { background-color: #75502E; }

 a { background-color: rgb(117,80,46); }

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

<style>
 span { border-color: #75502E; }

 span { border-color: rgb(117,80,46); }

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