Html Css Color HEX #795032 Korma

📋 copy color: '#795032'

red 121 ◦ green 80 ◦ blue 50

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

Shades of Korma #795032

Tints of Korma #795032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 48.21%
G = 31.87%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#795032 (or 0x795032) is known color: Korma. HEX triplet: 79, 50 and 32. RGB value is (121,80,50). Sum of RGB (Red+Green+Blue) = 121+80+50=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #795032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795032 is #86AFCD. Grayscale: #595959. Windows color (decimal): -8826830 or 3297401. OLE color: 3297401.

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

Color convert

RGB 121 80 50 -
CMYK 0 0.34 0.59 0.53
HSL 25.35º 0.42% 0.34% -
HSV(B) 25.35º 0.59% 0.47% -
XYZ 11.33 10.03 4.36 -
YUV 88.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 121 80 50 0 0.34 0.59 0.53 25.35 0.42 0.34
Hex 79 50 32 0 22 3B 35 19 2A 22
Octal 171 120 62 0 42 73 65 31 52 42
Binary 1111001 1010000 110010 0 100010 111011 110101 11001 101010 100010

Color Harmonies of #795032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795032

Black with #795032

Text Example


Text Example

White with #795032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795032; }

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

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

background-color css

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

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

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

border-color css

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

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

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