Html Css Color HEX #795330 Korma

📋 copy color: '#795330'

red 121 ◦ green 83 ◦ blue 48

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

Shades of Korma #795330

Tints of Korma #795330

RGB

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

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

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

R = 48.02%
G = 32.94%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#795330 (or 0x795330) is known color: Korma. HEX triplet: 79, 53 and 30. RGB value is (121,83,48). Sum of RGB (Red+Green+Blue) = 121+83+48=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795330 is #86ACCF. Grayscale: #5A5A5A. Windows color (decimal): -8826064 or 3167097. OLE color: 3167097.

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

Color convert

RGB 121 83 48 -
CMYK 0 0.31 0.60 0.53
HSL 28.77º 0.43% 0.33% -
HSV(B) 28.77º 0.6% 0.47% -
XYZ 11.51 10.46 4.21 -
YUV 90.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 121 83 48 0 0.31 0.60 0.53 28.77 0.43 0.33
Hex 79 53 30 0 1F 3C 35 1D 2B 21
Octal 171 123 60 0 37 74 65 35 53 41
Binary 1111001 1010011 110000 0 11111 111100 110101 11101 101011 100001

Color Harmonies of #795330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795330

Black with #795330

Text Example


Text Example

White with #795330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795330; }

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

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

background-color css

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

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

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

border-color css

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

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

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