Html Css Color HEX #794E2E Korma

📋 copy color: '#794E2E'

red 121 ◦ green 78 ◦ blue 46

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

Shades of Korma #794E2E

Tints of Korma #794E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 49.39%
G = 31.84%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#794E2E (or 0x794E2E) is known color: Korma. HEX triplet: 79, 4E and 2E. RGB value is (121,78,46). Sum of RGB (Red+Green+Blue) = 121+78+46=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #794E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E2E is #86B1D1. Grayscale: #575757. Windows color (decimal): -8827346 or 3034745. OLE color: 3034745.

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

Color convert

RGB 121 78 46 -
CMYK 0 0.36 0.62 0.53
HSL 25.6º 0.45% 0.33% -
HSV(B) 25.6º 0.62% 0.47% -
XYZ 11.1 9.71 3.87 -
YUV 87.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 121 78 46 0 0.36 0.62 0.53 25.6 0.45 0.33
Hex 79 4E 2E 0 24 3E 35 1A 2D 21
Octal 171 116 56 0 44 76 65 32 55 41
Binary 1111001 1001110 101110 0 100100 111110 110101 11010 101101 100001

Color Harmonies of #794E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794E2E

Black with #794E2E

Text Example


Text Example

White with #794E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,46); }

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

background-color css

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

 a { background-color: rgb(121,78,46); }

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

border-color css

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

 span { border-color: rgb(121,78,46); }

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