Html Css Color HEX #7F542A Korma

📋 copy color: '#7F542A'

red 127 ◦ green 84 ◦ blue 42

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

Shades of Korma #7F542A

Tints of Korma #7F542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 50.2%
G = 33.2%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F542A (or 0x7F542A) is known color: Korma. HEX triplet: 7F, 54 and 2A. RGB value is (127,84,42). Sum of RGB (Red+Green+Blue) = 127+84+42=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F542A is #80ABD5. Grayscale: #5C5C5C. Windows color (decimal): -8432598 or 2774143. OLE color: 2774143.

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

Color convert

RGB 127 84 42 -
CMYK 0 0.34 0.67 0.50
HSL 29.65º 0.5% 0.33% -
HSV(B) 29.65º 0.67% 0.5% -
XYZ 12.34 11.02 3.67 -
YUV 92.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 127 84 42 0 0.34 0.67 0.50 29.65 0.5 0.33
Hex 7F 54 2A 0 22 43 32 1E 32 21
Octal 177 124 52 0 42 103 62 36 62 41
Binary 1111111 1010100 101010 0 100010 1000011 110010 11110 110010 100001

Color Harmonies of #7F542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F542A

Black with #7F542A

Text Example


Text Example

White with #7F542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,84,42); }

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

background-color css

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

 a { background-color: rgb(127,84,42); }

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

border-color css

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

 span { border-color: rgb(127,84,42); }

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