Html Css Color HEX #794D23 Korma

📋 copy color: '#794D23'

red 121 ◦ green 77 ◦ blue 35

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

Shades of Korma #794D23

Tints of Korma #794D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 51.93%
G = 33.05%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#794D23 (or 0x794D23) is known color: Korma. HEX triplet: 79, 4D and 23. RGB value is (121,77,35). Sum of RGB (Red+Green+Blue) = 121+77+35=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #794D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D23 is #86B2DC. Grayscale: #555555. Windows color (decimal): -8827613 or 2313593. OLE color: 2313593.

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

Color convert

RGB 121 77 35 -
CMYK 0 0.36 0.71 0.53
HSL 29.3º 0.55% 0.31% -
HSV(B) 29.3º 0.71% 0.47% -
XYZ 10.84 9.49 2.85 -
YUV 85.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 121 77 35 0 0.36 0.71 0.53 29.3 0.55 0.31
Hex 79 4D 23 0 24 47 35 1D 37 1F
Octal 171 115 43 0 44 107 65 35 67 37
Binary 1111001 1001101 100011 0 100100 1000111 110101 11101 110111 11111

Color Harmonies of #794D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D23

Black with #794D23

Text Example


Text Example

White with #794D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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