Html Css Color HEX #794A24 Korma

📋 copy color: '#794A24'

red 121 ◦ green 74 ◦ blue 36

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

Shades of Korma #794A24

Tints of Korma #794A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 52.38%
G = 32.03%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#794A24 (or 0x794A24) is known color: Korma. HEX triplet: 79, 4A and 24. RGB value is (121,74,36). Sum of RGB (Red+Green+Blue) = 121+74+36=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #794A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A24 is #86B5DB. Grayscale: #535353. Windows color (decimal): -8828380 or 2378361. OLE color: 2378361.

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

Color convert

RGB 121 74 36 -
CMYK 0 0.39 0.70 0.53
HSL 26.82º 0.54% 0.31% -
HSV(B) 26.82º 0.7% 0.47% -
XYZ 10.65 9.09 2.86 -
YUV 83.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 121 74 36 0 0.39 0.70 0.53 26.82 0.54 0.31
Hex 79 4A 24 0 27 46 35 1B 36 1F
Octal 171 112 44 0 47 106 65 33 66 37
Binary 1111001 1001010 100100 0 100111 1000110 110101 11011 110110 11111

Color Harmonies of #794A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A24

Black with #794A24

Text Example


Text Example

White with #794A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,36); }

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

background-color css

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

 a { background-color: rgb(121,74,36); }

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

border-color css

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

 span { border-color: rgb(121,74,36); }

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