#533B15

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

Shades of Clinker #533B15

Tints of Clinker #533B15

Color information

#533B15 (or 0x533B15) is unknown color: approx Clinker. HEX triplet: 53, 3B and 15. RGB value is (83,59,21). Sum of RGB (Red+Green+Blue) = 83+59+21=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B15 is #ACC4EA. Grayscale: #3E3E3E. Windows color (decimal): -11322603 or 1391443. OLE color: 1391443.

HSL color Cylindrical-coordinate representation of color #533B15: hue angle of 36.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533B15 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB835921-
CMYK00.290.750.67
HSL36.77º59.62%20.39%-
HSV(B)36.77º74.7%32.55%-
XYZ5.275.021.4-
YUV61.84104.95143.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=50.92%
G=36.20%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83592100.290.750.6736.7759.6220.39
Hex533B1501D4B43253c14
Octal1237325035113103457424
Binary1010011111011101010111011001011100001110010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,21); }

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

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

 a { background-color: rgb(83,59,21); }

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

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

 span { border-color: rgb(83,59,21); }

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