Html Css Color HEX #79502F Korma

📋 copy color: '#79502F'

red 121 ◦ green 80 ◦ blue 47

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

Shades of Korma #79502F

Tints of Korma #79502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 48.79%
G = 32.26%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79502F (or 0x79502F) is known color: Korma. HEX triplet: 79, 50 and 2F. RGB value is (121,80,47). Sum of RGB (Red+Green+Blue) = 121+80+47=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79502F is #86AFD0. Grayscale: #585858. Windows color (decimal): -8826833 or 3100793. OLE color: 3100793.

HSL color Cylindrical-coordinate representation of color #79502F: hue angle of 26.76º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79502F is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 47 -
CMYK 0 0.34 0.61 0.53
HSL 26.76º 0.44% 0.33% -
HSV(B) 26.76º 0.61% 0.47% -
XYZ 11.27 10.01 4.03 -
YUV 88.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 121 80 47 0 0.34 0.61 0.53 26.76 0.44 0.33
Hex 79 50 2F 0 22 3D 35 1B 2C 21
Octal 171 120 57 0 42 75 65 33 54 41
Binary 1111001 1010000 101111 0 100010 111101 110101 11011 101100 100001

Color Harmonies of #79502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79502F

Black with #79502F

Text Example


Text Example

White with #79502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79502F; }

 p { color: rgb(121,80,47); }

 H1.HeaderClassName
 {
   color: #79502F;
 }
 .AnyTagClassName
 {
   color: #79502F;
 }
</style>

background-color css

<style>
 a { background-color: #79502F; }

 a { background-color: rgb(121,80,47); }

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

border-color css

<style>
 span { border-color: #79502F; }

 span { border-color: rgb(121,80,47); }

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