#85833C

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

Shades of Highball #85833C

Tints of Highball #85833C

Color information

#85833C (or 0x85833C) is unknown color: approx Highball. HEX triplet: 85, 83 and 3C. RGB value is (133,131,60). Sum of RGB (Red+Green+Blue) = 133+131+60=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833C is #7A7CC3. Grayscale: #7B7B7B. Windows color (decimal): -8027332 or 3965829. OLE color: 3965829.

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

Color convert

RGB13313160-
CMYK00.020.550.48
HSL58.36º37.82%37.84%-
HSV(B)58.36º54.89%52.16%-
XYZ18.621.557.45-
YUV123.592.16134.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=41.05%
G=40.43%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331316000.020.550.4858.3637.8237.84
Hex85833C0237303a2626
Octal20520374026760724646
Binary1000010110000011111100010110111110000111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85833C; }

 p { color: rgb(133,131,60); }

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

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

 a { background-color: rgb(133,131,60); }

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

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

 span { border-color: rgb(133,131,60); }

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