Html Css Color HEX #795130 Korma

📋 copy color: '#795130'

red 121 ◦ green 81 ◦ blue 48

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

Shades of Korma #795130

Tints of Korma #795130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 48.4%
G = 32.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#795130 (or 0x795130) is known color: Korma. HEX triplet: 79, 51 and 30. RGB value is (121,81,48). Sum of RGB (Red+Green+Blue) = 121+81+48=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #795130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795130 is #86AECF. Grayscale: #595959. Windows color (decimal): -8826576 or 3166585. OLE color: 3166585.

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

Color convert

RGB 121 81 48 -
CMYK 0 0.33 0.60 0.53
HSL 27.12º 0.43% 0.33% -
HSV(B) 27.12º 0.6% 0.47% -
XYZ 11.36 10.16 4.16 -
YUV 89.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 121 81 48 0 0.33 0.60 0.53 27.12 0.43 0.33
Hex 79 51 30 0 21 3C 35 1B 2B 21
Octal 171 121 60 0 41 74 65 33 53 41
Binary 1111001 1010001 110000 0 100001 111100 110101 11011 101011 100001

Color Harmonies of #795130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795130

Black with #795130

Text Example


Text Example

White with #795130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795130; }

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

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

background-color css

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

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

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

border-color css

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

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

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