Html Css Color HEX #7F5631 Korma

📋 copy color: '#7F5631'

red 127 ◦ green 86 ◦ blue 49

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

Shades of Korma #7F5631

Tints of Korma #7F5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 48.47%
G = 32.82%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F5631 (or 0x7F5631) is known color: Korma. HEX triplet: 7F, 56 and 31. RGB value is (127,86,49). Sum of RGB (Red+Green+Blue) = 127+86+49=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5631 is #80A9CE. Grayscale: #5E5E5E. Windows color (decimal): -8432079 or 3233407. OLE color: 3233407.

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

Color convert

RGB 127 86 49 -
CMYK 0 0.32 0.61 0.50
HSL 28.46º 0.44% 0.35% -
HSV(B) 28.46º 0.61% 0.5% -
XYZ 12.63 11.39 4.44 -
YUV 94.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 127 86 49 0 0.32 0.61 0.50 28.46 0.44 0.35
Hex 7F 56 31 0 20 3D 32 1C 2C 23
Octal 177 126 61 0 40 75 62 34 54 43
Binary 1111111 1010110 110001 0 100000 111101 110010 11100 101100 100011

Color Harmonies of #7F5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5631

Black with #7F5631

Text Example


Text Example

White with #7F5631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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