Html Css Color HEX #7F5232 Korma

📋 copy color: '#7F5232'

red 127 ◦ green 82 ◦ blue 50

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

Shades of Korma #7F5232

Tints of Korma #7F5232

RGB

 RED value IS 127 (50% from 255) = 49.03%

 GREEN value IS 82 (32.42% from 255) = 31.66%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 49.03%
G = 31.66%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F5232 (or 0x7F5232) is known color: Korma. HEX triplet: 7F, 52 and 32. RGB value is (127,82,50). Sum of RGB (Red+Green+Blue) = 127+82+50=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5232 is #80ADCD. Grayscale: #5B5B5B. Windows color (decimal): -8433102 or 3297919. OLE color: 3297919.

HSL color Cylindrical-coordinate representation of color #7F5232: hue angle of 24.94º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F5232 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 82 50 -
CMYK 0 0.35 0.61 0.50
HSL 24.94º 0.44% 0.35% -
HSV(B) 24.94º 0.61% 0.5% -
XYZ 12.35 10.78 4.45 -
YUV 91.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 127 82 50 0 0.35 0.61 0.50 24.94 0.44 0.35
Hex 7F 52 32 0 23 3D 32 19 2C 23
Octal 177 122 62 0 43 75 62 31 54 43
Binary 1111111 1010010 110010 0 100011 111101 110010 11001 101100 100011

Color Harmonies of #7F5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5232

Black with #7F5232

Text Example


Text Example

White with #7F5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5232; }

 p { color: rgb(127,82,50); }

 H1.HeaderClassName
 {
   color: #7F5232;
 }
 .AnyTagClassName
 {
   color: #7F5232;
 }
</style>

background-color css

<style>
 a { background-color: #7F5232; }

 a { background-color: rgb(127,82,50); }

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

border-color css

<style>
 span { border-color: #7F5232; }

 span { border-color: rgb(127,82,50); }

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