#533B1C

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

Shades of Clinker #533B1C

Tints of Clinker #533B1C

Color information

#533B1C (or 0x533B1C) is unknown color: approx Clinker. HEX triplet: 53, 3B and 1C. RGB value is (83,59,28). Sum of RGB (Red+Green+Blue) = 83+59+28=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1C is #ACC4E3. Grayscale: #3E3E3E. Windows color (decimal): -11322596 or 1850195. OLE color: 1850195.

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

Color convert

RGB835928-
CMYK00.290.660.67
HSL33.82º49.55%21.76%-
HSV(B)33.82º66.27%32.55%-
XYZ5.345.051.79-
YUV62.64108.45142.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=48.82%
G=34.71%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83592800.290.660.6733.8249.5521.76
Hex533B1C01D4243223216
Octal1237334035102103426226
Binary1010011111011111000111011000010100001110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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