#845833

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

Shades of Korma #845833

Tints of Korma #845833

Color information

#845833 (or 0x845833) is unknown color: approx Korma. HEX triplet: 84, 58 and 33. RGB value is (132,88,51). Sum of RGB (Red+Green+Blue) = 132+88+51=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845833 is #7BA7CC. Grayscale: #616161. Windows color (decimal): -8103885 or 3364996. OLE color: 3364996.

HSL color Cylindrical-coordinate representation of color #845833: hue angle of 27.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845833 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1328851-
CMYK00.330.610.48
HSL27.41º44.26%35.88%-
HSV(B)27.41º61.36%51.76%-
XYZ13.612.124.76-
YUV96.94102.08153.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=48.71%
G=32.47%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132885100.330.610.4827.4144.2635.88
Hex8458330213D301b2c24
Octal204130630417560335444
Binary100001001011000110011010000111110111000011011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845833; }

 p { color: rgb(132,88,51); }

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

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

 a { background-color: rgb(132,88,51); }

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

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

 span { border-color: rgb(132,88,51); }

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