#533F3B

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

Shades of Crater Brown #533F3B

Tints of Crater Brown #533F3B

Color information

#533F3B (or 0x533F3B) is unknown color: approx Crater Brown. HEX triplet: 53, 3F and 3B. RGB value is (83,63,59). Sum of RGB (Red+Green+Blue) = 83+63+59=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3B is #ACC0C4. Grayscale: #444444. Windows color (decimal): -11321541 or 3882835. OLE color: 3882835.

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

Color convert

RGB836359-
CMYK00.240.290.67
HSL10º16.9%27.84%-
HSV(B)10º28.92%32.55%-
XYZ6.135.714.92-
YUV68.52122.63138.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=40.49%
G=30.73%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83635900.240.290.671016.927.84
Hex533F3B0181D43a111c
Octal123777303035103122134
Binary101001111111111101101100011101100001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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