#533A16

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

Shades of Clinker #533A16

Tints of Clinker #533A16

Color information

#533A16 (or 0x533A16) is unknown color: approx Clinker. HEX triplet: 53, 3A and 16. RGB value is (83,58,22). Sum of RGB (Red+Green+Blue) = 83+58+22=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A16 is #ACC5E9. Grayscale: #3D3D3D. Windows color (decimal): -11322858 or 1456723. OLE color: 1456723.

HSL color Cylindrical-coordinate representation of color #533A16: hue angle of 35.41º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533A16 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB835822-
CMYK00.300.730.67
HSL35.41º58.1%20.59%-
HSV(B)35.41º73.49%32.55%-
XYZ5.234.921.43-
YUV61.37105.78143.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=50.92%
G=35.58%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83582200.300.730.6735.4158.120.59
Hex533A1601E4943233a15
Octal1237226036111103437225
Binary1010011111010101100111101001001100001110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A16; }

 p { color: rgb(83,58,22); }

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

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

 a { background-color: rgb(83,58,22); }

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

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

 span { border-color: rgb(83,58,22); }

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