Html Css Color HEX #7F4D31 Korma

📋 copy color: '#7F4D31'

red 127 ◦ green 77 ◦ blue 49

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

Shades of Korma #7F4D31

Tints of Korma #7F4D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 50.2%
G = 30.43%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F4D31 (or 0x7F4D31) is known color: Korma. HEX triplet: 7F, 4D and 31. RGB value is (127,77,49). Sum of RGB (Red+Green+Blue) = 127+77+49=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D31 is #80B2CE. Grayscale: #585858. Windows color (decimal): -8434383 or 3231103. OLE color: 3231103.

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

Color convert

RGB 127 77 49 -
CMYK 0 0.39 0.61 0.50
HSL 21.54º 0.44% 0.35% -
HSV(B) 21.54º 0.61% 0.5% -
XYZ 11.96 10.04 4.21 -
YUV 88.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 127 77 49 0 0.39 0.61 0.50 21.54 0.44 0.35
Hex 7F 4D 31 0 27 3D 32 16 2C 23
Octal 177 115 61 0 47 75 62 26 54 43
Binary 1111111 1001101 110001 0 100111 111101 110010 10110 101100 100011

Color Harmonies of #7F4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D31

Black with #7F4D31

Text Example


Text Example

White with #7F4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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