Html Css Color HEX #75502E Korma

📋 copy color: '#75502E'

red 117 ◦ green 80 ◦ blue 46

#75502E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #75502E

Tints of Korma #75502E

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 value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75502E (or 0x75502E) is known color: 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

RGB 117 80 46 -
CMYK 0 0.32 0.61 0.54
HSL 28.73º 0.44% 0.32% -
HSV(B) 28.73º 0.61% 0.46% -
XYZ 10.7 9.72 3.9 -
YUV 87.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 117 80 46 0 0.32 0.61 0.54 28.73 0.44 0.32
Hex 75 50 2E 0 20 3D 36 1D 2C 20
Octal 165 120 56 0 40 75 66 35 54 40
Binary 1110101 1010000 101110 0 100000 111101 110110 11101 101100 100000

Color Harmonies of #75502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75502E

Black with #75502E

Text Example


Text Example

White with #75502E

Text Example


Text Example

HTML Codes & Css Web 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>