Html Css Color HEX #7F5331 Korma

📋 copy color: '#7F5331'

red 127 ◦ green 83 ◦ blue 49

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

Shades of Korma #7F5331

Tints of Korma #7F5331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 49.03%
G = 32.05%
B = 18.92%

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

#7F5331 (or 0x7F5331) is known color: Korma. HEX triplet: 7F, 53 and 31. RGB value is (127,83,49). Sum of RGB (Red+Green+Blue) = 127+83+49=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5331 is #80ACCE. Grayscale: #5C5C5C. Windows color (decimal): -8432847 or 3232639. OLE color: 3232639.

HSL color Cylindrical-coordinate representation of color #7F5331: hue angle of 26.15º 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 #7F5331 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 83 49 -
CMYK 0 0.35 0.61 0.50
HSL 26.15º 0.44% 0.35% -
HSV(B) 26.15º 0.61% 0.5% -
XYZ 12.4 10.92 4.36 -
YUV 92.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 127 83 49 0 0.35 0.61 0.50 26.15 0.44 0.35
Hex 7F 53 31 0 23 3D 32 1A 2C 23
Octal 177 123 61 0 43 75 62 32 54 43
Binary 1111111 1010011 110001 0 100011 111101 110010 11010 101100 100011

Color Harmonies of #7F5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5331

Black with #7F5331

Text Example


Text Example

White with #7F5331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,83,49); }

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

background-color css

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

 a { background-color: rgb(127,83,49); }

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

border-color css

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

 span { border-color: rgb(127,83,49); }

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