#805F38

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

Shades of McKenzie #805F38

Tints of McKenzie #805F38

Color information

#805F38 (or 0x805F38) is unknown color: approx McKenzie. HEX triplet: 80, 5F and 38. RGB value is (128,95,56). Sum of RGB (Red+Green+Blue) = 128+95+56=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #805F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F38 is #7FA0C7. Grayscale: #646464. Windows color (decimal): -8364232 or 3694464. OLE color: 3694464.

HSL color Cylindrical-coordinate representation of color #805F38: hue angle of 32.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805F38 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB1289556-
CMYK00.260.560.50
HSL32.5º39.13%36.08%-
HSV(B)32.5º56.25%50.2%-
XYZ13.7113.065.54-
YUV100.42102.93147.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=45.88%
G=34.05%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128955600.260.560.5032.539.1336.08
Hex805F3801A3832202724
Octal200137700327062404744
Binary100000001011111111000011010111000110010100000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805F38; }

 p { color: rgb(128,95,56); }

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

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

 a { background-color: rgb(128,95,56); }

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

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

 span { border-color: rgb(128,95,56); }

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