#85502F

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

Shades of Korma #85502F

Tints of Korma #85502F

Color information

#85502F (or 0x85502F) is unknown color: approx Korma. HEX triplet: 85, 50 and 2F. RGB value is (133,80,47). Sum of RGB (Red+Green+Blue) = 133+80+47=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502F is #7AAFD0. Grayscale: #5C5C5C. Windows color (decimal): -8040401 or 3100805. OLE color: 3100805.

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

Color convert

RGB1338047-
CMYK00.400.650.48
HSL23.02º47.78%35.29%-
HSV(B)23.02º64.66%52.16%-
XYZ13.0510.934.11-
YUV92.08102.56157.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=51.15%
G=30.77%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133804700.400.650.4823.0247.7835.29
Hex85502F0284130173023
Octal2051205705010160276043
Binary1000010110100001011110101000100000111000010111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85502F; }

 p { color: rgb(133,80,47); }

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

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

 a { background-color: rgb(133,80,47); }

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

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

 span { border-color: rgb(133,80,47); }

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