Html Css Color HEX #795033 Korma

📋 copy color: '#795033'

red 121 ◦ green 80 ◦ blue 51

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

Shades of Korma #795033

Tints of Korma #795033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 48.02%
G = 31.75%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#795033 (or 0x795033) is known color: Korma. HEX triplet: 79, 50 and 33. RGB value is (121,80,51). Sum of RGB (Red+Green+Blue) = 121+80+51=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795033 is #86AFCC. Grayscale: #595959. Windows color (decimal): -8826829 or 3362937. OLE color: 3362937.

HSL color Cylindrical-coordinate representation of color #795033: hue angle of 24.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795033 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 80 51 -
CMYK 0 0.34 0.58 0.53
HSL 24.86º 0.41% 0.34% -
HSV(B) 24.86º 0.58% 0.47% -
XYZ 11.35 10.04 4.47 -
YUV 88.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 121 80 51 0 0.34 0.58 0.53 24.86 0.41 0.34
Hex 79 50 33 0 22 3A 35 19 29 22
Octal 171 120 63 0 42 72 65 31 51 42
Binary 1111001 1010000 110011 0 100010 111010 110101 11001 101001 100010

Color Harmonies of #795033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795033

Black with #795033

Text Example


Text Example

White with #795033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795033; }

 p { color: rgb(121,80,51); }

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

background-color css

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

 a { background-color: rgb(121,80,51); }

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

border-color css

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

 span { border-color: rgb(121,80,51); }

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