Html Css Color HEX #794D2C Korma

📋 copy color: '#794D2C'

red 121 ◦ green 77 ◦ blue 44

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

Shades of Korma #794D2C

Tints of Korma #794D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 50%
G = 31.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#794D2C (or 0x794D2C) is known color: Korma. HEX triplet: 79, 4D and 2C. RGB value is (121,77,44). Sum of RGB (Red+Green+Blue) = 121+77+44=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #794D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D2C is #86B2D3. Grayscale: #565656. Windows color (decimal): -8827604 or 2903417. OLE color: 2903417.

HSL color Cylindrical-coordinate representation of color #794D2C: hue angle of 25.71º 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 #794D2C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 77 44 -
CMYK 0 0.36 0.64 0.53
HSL 25.71º 0.47% 0.32% -
HSV(B) 25.71º 0.64% 0.47% -
XYZ 10.99 9.55 3.65 -
YUV 86.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 121 77 44 0 0.36 0.64 0.53 25.71 0.47 0.32
Hex 79 4D 2C 0 24 40 35 1A 2F 20
Octal 171 115 54 0 44 100 65 32 57 40
Binary 1111001 1001101 101100 0 100100 1000000 110101 11010 101111 100000

Color Harmonies of #794D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D2C

Black with #794D2C

Text Example


Text Example

White with #794D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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