Html Css Color HEX #795126 Korma

📋 copy color: '#795126'

red 121 ◦ green 81 ◦ blue 38

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

Shades of Korma #795126

Tints of Korma #795126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 50.42%
G = 33.75%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#795126 (or 0x795126) is known color: Korma. HEX triplet: 79, 51 and 26. RGB value is (121,81,38). Sum of RGB (Red+Green+Blue) = 121+81+38=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #795126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795126 is #86AED9. Grayscale: #585858. Windows color (decimal): -8826586 or 2511225. OLE color: 2511225.

HSL color Cylindrical-coordinate representation of color #795126: hue angle of 31.08º degrees, saturation: 0.52, 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 #795126 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 38 -
CMYK 0 0.33 0.69 0.53
HSL 31.08º 0.52% 0.31% -
HSV(B) 31.08º 0.69% 0.47% -
XYZ 11.18 10.09 3.19 -
YUV 88.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 121 81 38 0 0.33 0.69 0.53 31.08 0.52 0.31
Hex 79 51 26 0 21 45 35 1F 34 1F
Octal 171 121 46 0 41 105 65 37 64 37
Binary 1111001 1010001 100110 0 100001 1000101 110101 11111 110100 11111

Color Harmonies of #795126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795126

Black with #795126

Text Example


Text Example

White with #795126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795126; }

 p { color: rgb(121,81,38); }

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

background-color css

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

 a { background-color: rgb(121,81,38); }

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

border-color css

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

 span { border-color: rgb(121,81,38); }

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