#855230

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

Shades of Korma #855230

Tints of Korma #855230

Color information

#855230 (or 0x855230) is unknown color: approx Korma. HEX triplet: 85, 52 and 30. RGB value is (133,82,48). Sum of RGB (Red+Green+Blue) = 133+82+48=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855230 is #7AADCF. Grayscale: #5D5D5D. Windows color (decimal): -8039888 or 3166853. OLE color: 3166853.

HSL color Cylindrical-coordinate representation of color #855230: hue angle of 24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855230 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1338248-
CMYK00.380.640.48
HSL24º46.96%35.49%-
HSV(B)24º63.91%52.16%-
XYZ13.2211.234.27-
YUV93.37102.4156.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=50.57%
G=31.18%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133824800.380.640.482446.9635.49
Hex8552300264030182f23
Octal2051226004610060305743
Binary1000010110100101100000100110100000011000011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855230; }

 p { color: rgb(133,82,48); }

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

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

 a { background-color: rgb(133,82,48); }

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

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

 span { border-color: rgb(133,82,48); }

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