Html Css Color HEX #7A542E Korma

📋 copy color: '#7A542E'

red 122 ◦ green 84 ◦ blue 46

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

Shades of Korma #7A542E

Tints of Korma #7A542E

RGB

 RED value IS 122 (48.05% from 255) = 48.41%

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

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 48.41%
G = 33.33%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A542E (or 0x7A542E) is known color: Korma. HEX triplet: 7A, 54 and 2E. RGB value is (122,84,46). Sum of RGB (Red+Green+Blue) = 122+84+46=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A542E is #85ABD1. Grayscale: #5B5B5B. Windows color (decimal): -8760274 or 3036282. OLE color: 3036282.

HSL color Cylindrical-coordinate representation of color #7A542E: hue angle of 30º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A542E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 84 46 -
CMYK 0 0.31 0.62 0.52
HSL 30º 0.45% 0.33% -
HSV(B) 30º 0.62% 0.48% -
XYZ 11.69 10.68 4.03 -
YUV 91.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 122 84 46 0 0.31 0.62 0.52 30 0.45 0.33
Hex 7A 54 2E 0 1F 3E 34 1E 2D 21
Octal 172 124 56 0 37 76 64 36 55 41
Binary 1111010 1010100 101110 0 11111 111110 110100 11110 101101 100001

Color Harmonies of #7A542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A542E

Black with #7A542E

Text Example


Text Example

White with #7A542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,46); }

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

background-color css

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

 a { background-color: rgb(122,84,46); }

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

border-color css

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

 span { border-color: rgb(122,84,46); }

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