#533B14

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

Shades of Clinker #533B14

Tints of Clinker #533B14

Color information

#533B14 (or 0x533B14) is unknown color: approx Clinker. HEX triplet: 53, 3B and 14. RGB value is (83,59,20). Sum of RGB (Red+Green+Blue) = 83+59+20=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #533B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B14 is #ACC4EB. Grayscale: #3D3D3D. Windows color (decimal): -11322604 or 1325907. OLE color: 1325907.

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

Color convert

RGB835920-
CMYK00.290.760.67
HSL37.14º61.17%20.2%-
HSV(B)37.14º75.9%32.55%-
XYZ5.265.021.35-
YUV61.73104.45143.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=51.23%
G=36.42%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83592000.290.760.6737.1461.1720.2
Hex533B1401D4C43253d14
Octal1237324035114103457524
Binary1010011111011101000111011001100100001110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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