Html Css Color HEX #794D25 Korma

📋 copy color: '#794D25'

red 121 ◦ green 77 ◦ blue 37

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

Shades of Korma #794D25

Tints of Korma #794D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 51.49%
G = 32.77%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#794D25 (or 0x794D25) is known color: Korma. HEX triplet: 79, 4D and 25. RGB value is (121,77,37). Sum of RGB (Red+Green+Blue) = 121+77+37=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #794D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D25 is #86B2DA. Grayscale: #555555. Windows color (decimal): -8827611 or 2444665. OLE color: 2444665.

HSL color Cylindrical-coordinate representation of color #794D25: hue angle of 28.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794D25 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 77 37 -
CMYK 0 0.36 0.69 0.53
HSL 28.57º 0.53% 0.31% -
HSV(B) 28.57º 0.69% 0.47% -
XYZ 10.87 9.51 3.01 -
YUV 85.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 121 77 37 0 0.36 0.69 0.53 28.57 0.53 0.31
Hex 79 4D 25 0 24 45 35 1D 35 1F
Octal 171 115 45 0 44 105 65 35 65 37
Binary 1111001 1001101 100101 0 100100 1000101 110101 11101 110101 11111

Color Harmonies of #794D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D25

Black with #794D25

Text Example


Text Example

White with #794D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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