#784B29

Color #784B29 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #784B29

Tints of Korma #784B29

Color information

#784B29 (or 0x784B29) is unknown color: approx Korma. HEX triplet: 78, 4B and 29. RGB value is (120,75,41). Sum of RGB (Red+Green+Blue) = 120+75+41=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B29 is #87B4D6. Grayscale: #545454. Windows color (decimal): -8893655 or 2706296. OLE color: 2706296.

HSL color Cylindrical-coordinate representation of color #784B29: hue angle of 25.82º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784B29 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1207541-
CMYK00.370.660.53
HSL25.82º49.07%31.57%-
HSV(B)25.82º65.83%47.06%-
XYZ10.669.193.31-
YUV84.58103.41153.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=50.85%
G=31.78%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120754100.370.660.5325.8249.0731.57
Hex784B2902542351a3120
Octal1701135104510265326140
Binary111100010010111010010100101100001011010111010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B29; }

 p { color: rgb(120,75,41); }

 H1.HeaderClassName
 {
   color: #784B29;
 }
 .AnyTagClassName
 {
   color: #784B29;
 }
</style>
background-color css

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

 a { background-color: rgb(120,75,41); }

 div.DivClassName
 {
   background-color: #784B29;
 }
 .BgClassName
 {
   background-color: #784B29;
 }
</style>
border-color css

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

 span { border-color: rgb(120,75,41); }

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