Html Css Color HEX #794A29 Korma

📋 copy color: '#794A29'

red 121 ◦ green 74 ◦ blue 41

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

Shades of Korma #794A29

Tints of Korma #794A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 51.27%
G = 31.36%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#794A29 (or 0x794A29) is known color: Korma. HEX triplet: 79, 4A and 29. RGB value is (121,74,41). Sum of RGB (Red+Green+Blue) = 121+74+41=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #794A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A29 is #86B5D6. Grayscale: #545454. Windows color (decimal): -8828375 or 2706041. OLE color: 2706041.

HSL color Cylindrical-coordinate representation of color #794A29: hue angle of 24.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794A29 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 74 41 -
CMYK 0 0.39 0.66 0.53
HSL 24.75º 0.49% 0.32% -
HSV(B) 24.75º 0.66% 0.47% -
XYZ 10.73 9.12 3.29 -
YUV 84.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 121 74 41 0 0.39 0.66 0.53 24.75 0.49 0.32
Hex 79 4A 29 0 27 42 35 19 31 20
Octal 171 112 51 0 47 102 65 31 61 40
Binary 1111001 1001010 101001 0 100111 1000010 110101 11001 110001 100000

Color Harmonies of #794A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A29

Black with #794A29

Text Example


Text Example

White with #794A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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