#533B1F

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

Shades of Clinker #533B1F

Tints of Clinker #533B1F

Color information

#533B1F (or 0x533B1F) is unknown color: approx Clinker. HEX triplet: 53, 3B and 1F. RGB value is (83,59,31). Sum of RGB (Red+Green+Blue) = 83+59+31=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1F is #ACC4E0. Grayscale: #3F3F3F. Windows color (decimal): -11322593 or 2046803. OLE color: 2046803.

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

Color convert

RGB835931-
CMYK00.290.630.67
HSL32.31º45.61%22.35%-
HSV(B)32.31º62.65%32.55%-
XYZ5.385.071.99-
YUV62.98109.95142.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=47.98%
G=34.10%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83593100.290.630.6732.3145.6122.35
Hex533B1F01D3F43202e16
Octal123733703577103405626
Binary101001111101111111011101111111100001110000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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