Html Css Color HEX #79512F Korma

📋 copy color: '#79512F'

red 121 ◦ green 81 ◦ blue 47

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

Shades of Korma #79512F

Tints of Korma #79512F

RGB

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

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

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

R = 48.59%
G = 32.53%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79512F (or 0x79512F) is known color: Korma. HEX triplet: 79, 51 and 2F. RGB value is (121,81,47). Sum of RGB (Red+Green+Blue) = 121+81+47=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512F is #86AED0. Grayscale: #595959. Windows color (decimal): -8826577 or 3101049. OLE color: 3101049.

HSL color Cylindrical-coordinate representation of color #79512F: hue angle of 27.57º 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 #79512F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 47 -
CMYK 0 0.33 0.61 0.53
HSL 27.57º 0.44% 0.33% -
HSV(B) 27.57º 0.61% 0.47% -
XYZ 11.34 10.16 4.05 -
YUV 89.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 121 81 47 0 0.33 0.61 0.53 27.57 0.44 0.33
Hex 79 51 2F 0 21 3D 35 1C 2C 21
Octal 171 121 57 0 41 75 65 34 54 41
Binary 1111001 1010001 101111 0 100001 111101 110101 11100 101100 100001

Color Harmonies of #79512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79512F

Black with #79512F

Text Example


Text Example

White with #79512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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