#533F3C

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

Shades of Crater Brown #533F3C

Tints of Crater Brown #533F3C

Color information

#533F3C (or 0x533F3C) is unknown color: approx Crater Brown. HEX triplet: 53, 3F and 3C. RGB value is (83,63,60). Sum of RGB (Red+Green+Blue) = 83+63+60=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3C is #ACC0C3. Grayscale: #444444. Windows color (decimal): -11321540 or 3948371. OLE color: 3948371.

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

Color convert

RGB836360-
CMYK00.240.280.67
HSL7.83º16.08%28.04%-
HSV(B)7.83º27.71%32.55%-
XYZ6.165.725.05-
YUV68.64123.13138.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=40.29%
G=30.58%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83636000.240.280.677.8316.0828.04
Hex533F3C0181C438101c
Octal123777403034103102034
Binary101001111111111110001100011100100001110001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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