Html Css Color HEX #79522C Korma

📋 copy color: '#79522C'

red 121 ◦ green 82 ◦ blue 44

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

Shades of Korma #79522C

Tints of Korma #79522C

RGB

 RED value IS 121 (47.66% from 255) = 48.99%

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 48.99%
G = 33.2%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79522C (or 0x79522C) is known color: Korma. HEX triplet: 79, 52 and 2C. RGB value is (121,82,44). Sum of RGB (Red+Green+Blue) = 121+82+44=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #79522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79522C is #86ADD3. Grayscale: #595959. Windows color (decimal): -8826324 or 2904697. OLE color: 2904697.

HSL color Cylindrical-coordinate representation of color #79522C: hue angle of 29.61º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79522C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 44 -
CMYK 0 0.32 0.64 0.53
HSL 29.61º 0.47% 0.32% -
HSV(B) 29.61º 0.64% 0.47% -
XYZ 11.36 10.28 3.77 -
YUV 89.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 121 82 44 0 0.32 0.64 0.53 29.61 0.47 0.32
Hex 79 52 2C 0 20 40 35 1E 2F 20
Octal 171 122 54 0 40 100 65 36 57 40
Binary 1111001 1010010 101100 0 100000 1000000 110101 11110 101111 100000

Color Harmonies of #79522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79522C

Black with #79522C

Text Example


Text Example

White with #79522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79522C; }

 p { color: rgb(121,82,44); }

 H1.HeaderClassName
 {
   color: #79522C;
 }
 .AnyTagClassName
 {
   color: #79522C;
 }
</style>

background-color css

<style>
 a { background-color: #79522C; }

 a { background-color: rgb(121,82,44); }

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

border-color css

<style>
 span { border-color: #79522C; }

 span { border-color: rgb(121,82,44); }

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