Html Css Color HEX #795333 Korma

📋 copy color: '#795333'

red 121 ◦ green 83 ◦ blue 51

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

Shades of Korma #795333

Tints of Korma #795333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 47.45%
G = 32.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#795333 (or 0x795333) is known color: Korma. HEX triplet: 79, 53 and 33. RGB value is (121,83,51). Sum of RGB (Red+Green+Blue) = 121+83+51=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #795333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795333 is #86ACCC. Grayscale: #5A5A5A. Windows color (decimal): -8826061 or 3363705. OLE color: 3363705.

HSL color Cylindrical-coordinate representation of color #795333: hue angle of 27.43º 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 #795333 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 51 -
CMYK 0 0.31 0.58 0.53
HSL 27.43º 0.41% 0.34% -
HSV(B) 27.43º 0.58% 0.47% -
XYZ 11.58 10.49 4.55 -
YUV 90.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 121 83 51 0 0.31 0.58 0.53 27.43 0.41 0.34
Hex 79 53 33 0 1F 3A 35 1B 29 22
Octal 171 123 63 0 37 72 65 33 51 42
Binary 1111001 1010011 110011 0 11111 111010 110101 11011 101001 100010

Color Harmonies of #795333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795333

Black with #795333

Text Example


Text Example

White with #795333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795333; }

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

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

background-color css

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

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

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

border-color css

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

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

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