Html Css Color HEX #7F5130 Korma

📋 copy color: '#7F5130'

red 127 ◦ green 81 ◦ blue 48

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

Shades of Korma #7F5130

Tints of Korma #7F5130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 49.61%
G = 31.64%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F5130 (or 0x7F5130) is known color: Korma. HEX triplet: 7F, 51 and 30. RGB value is (127,81,48). Sum of RGB (Red+Green+Blue) = 127+81+48=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5130 is #80AECF. Grayscale: #5B5B5B. Windows color (decimal): -8433360 or 3166591. OLE color: 3166591.

HSL color Cylindrical-coordinate representation of color #7F5130: hue angle of 25.06º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F5130 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 48 -
CMYK 0 0.36 0.62 0.50
HSL 25.06º 0.45% 0.34% -
HSV(B) 25.06º 0.62% 0.5% -
XYZ 12.23 10.61 4.2 -
YUV 90.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 127 81 48 0 0.36 0.62 0.50 25.06 0.45 0.34
Hex 7F 51 30 0 24 3E 32 19 2D 22
Octal 177 121 60 0 44 76 62 31 55 42
Binary 1111111 1010001 110000 0 100100 111110 110010 11001 101101 100010

Color Harmonies of #7F5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5130

Black with #7F5130

Text Example


Text Example

White with #7F5130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,48); }

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

background-color css

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

 a { background-color: rgb(127,81,48); }

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

border-color css

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

 span { border-color: rgb(127,81,48); }

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