Html Css Color HEX #795332 Korma

📋 copy color: '#795332'

red 121 ◦ green 83 ◦ blue 50

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

Shades of Korma #795332

Tints of Korma #795332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 47.64%
G = 32.68%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#795332 (or 0x795332) is known color: Korma. HEX triplet: 79, 53 and 32. RGB value is (121,83,50). Sum of RGB (Red+Green+Blue) = 121+83+50=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #795332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795332 is #86ACCD. Grayscale: #5A5A5A. Windows color (decimal): -8826062 or 3298169. OLE color: 3298169.

HSL color Cylindrical-coordinate representation of color #795332: hue angle of 27.89º 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 #795332 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 50 -
CMYK 0 0.31 0.59 0.53
HSL 27.89º 0.42% 0.34% -
HSV(B) 27.89º 0.59% 0.47% -
XYZ 11.55 10.48 4.43 -
YUV 90.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 121 83 50 0 0.31 0.59 0.53 27.89 0.42 0.34
Hex 79 53 32 0 1F 3B 35 1C 2A 22
Octal 171 123 62 0 37 73 65 34 52 42
Binary 1111001 1010011 110010 0 11111 111011 110101 11100 101010 100010

Color Harmonies of #795332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795332

Black with #795332

Text Example


Text Example

White with #795332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795332; }

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

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

background-color css

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

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

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

border-color css

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

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

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