Html Css Color HEX #795233 Korma

📋 copy color: '#795233'

red 121 ◦ green 82 ◦ blue 51

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

Shades of Korma #795233

Tints of Korma #795233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 47.64%
G = 32.28%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#795233 (or 0x795233) is known color: Korma. HEX triplet: 79, 52 and 33. RGB value is (121,82,51). Sum of RGB (Red+Green+Blue) = 121+82+51=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #795233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795233 is #86ADCC. Grayscale: #5A5A5A. Windows color (decimal): -8826317 or 3363449. OLE color: 3363449.

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

Color convert

RGB 121 82 51 -
CMYK 0 0.32 0.58 0.53
HSL 26.57º 0.41% 0.34% -
HSV(B) 26.57º 0.58% 0.47% -
XYZ 11.5 10.34 4.52 -
YUV 90.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 121 82 51 0 0.32 0.58 0.53 26.57 0.41 0.34
Hex 79 52 33 0 20 3A 35 1B 29 22
Octal 171 122 63 0 40 72 65 33 51 42
Binary 1111001 1010010 110011 0 100000 111010 110101 11011 101001 100010

Color Harmonies of #795233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795233

Black with #795233

Text Example


Text Example

White with #795233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795233; }

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

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

background-color css

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

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

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

border-color css

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

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

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