Html Css Color HEX #75502D Korma

📋 copy color: '#75502D'

red 117 ◦ green 80 ◦ blue 45

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

Shades of Korma #75502D

Tints of Korma #75502D

RGB

 RED value IS 117 (46.09% from 255) = 48.35%

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 48.35%
G = 33.06%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75502D (or 0x75502D) is known color: Korma. HEX triplet: 75, 50 and 2D. RGB value is (117,80,45). Sum of RGB (Red+Green+Blue) = 117+80+45=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75502D is #8AAFD2. Grayscale: #575757. Windows color (decimal): -9088979 or 2969717. OLE color: 2969717.

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

Color convert

RGB 117 80 45 -
CMYK 0 0.32 0.62 0.54
HSL 29.17º 0.44% 0.32% -
HSV(B) 29.17º 0.62% 0.46% -
XYZ 10.68 9.71 3.79 -
YUV 87.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 117 80 45 0 0.32 0.62 0.54 29.17 0.44 0.32
Hex 75 50 2D 0 20 3E 36 1D 2C 20
Octal 165 120 55 0 40 76 66 35 54 40
Binary 1110101 1010000 101101 0 100000 111110 110110 11101 101100 100000

Color Harmonies of #75502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75502D

Black with #75502D

Text Example


Text Example

White with #75502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75502D;
 }
 .AnyTagClassName
 {
   color: #75502D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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