Html Css Color HEX #795128 Korma

📋 copy color: '#795128'

red 121 ◦ green 81 ◦ blue 40

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

Shades of Korma #795128

Tints of Korma #795128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 50%
G = 33.47%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#795128 (or 0x795128) is known color: Korma. HEX triplet: 79, 51 and 28. RGB value is (121,81,40). Sum of RGB (Red+Green+Blue) = 121+81+40=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #795128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795128 is #86AED7. Grayscale: #585858. Windows color (decimal): -8826584 or 2642297. OLE color: 2642297.

HSL color Cylindrical-coordinate representation of color #795128: hue angle of 30.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #795128 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 40 -
CMYK 0 0.33 0.67 0.53
HSL 30.37º 0.5% 0.32% -
HSV(B) 30.37º 0.67% 0.47% -
XYZ 11.21 10.1 3.37 -
YUV 88.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 121 81 40 0 0.33 0.67 0.53 30.37 0.5 0.32
Hex 79 51 28 0 21 43 35 1E 32 20
Octal 171 121 50 0 41 103 65 36 62 40
Binary 1111001 1010001 101000 0 100001 1000011 110101 11110 110010 100000

Color Harmonies of #795128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795128

Black with #795128

Text Example


Text Example

White with #795128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795128; }

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

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

background-color css

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

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

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

border-color css

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

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

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