#533F3E

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

Shades of Crater Brown #533F3E

Tints of Crater Brown #533F3E

Color information

#533F3E (or 0x533F3E) is unknown color: approx Crater Brown. HEX triplet: 53, 3F and 3E. RGB value is (83,63,62). Sum of RGB (Red+Green+Blue) = 83+63+62=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3E is #ACC0C1. Grayscale: #444444. Windows color (decimal): -11321538 or 4079443. OLE color: 4079443.

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

Color convert

RGB836362-
CMYK00.240.250.67
HSL2.86º14.48%28.43%-
HSV(B)2.86º25.3%32.55%-
XYZ6.215.745.34-
YUV68.87124.13138.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=39.90%
G=30.29%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83636200.240.250.672.8614.4828.43
Hex533F3E01819433e1c
Octal12377760303110331634
Binary101001111111111111001100011001100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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