Html Css Color HEX #533E3D Crater Brown

📋 copy color: '#533E3D'

red 83 ◦ green 62 ◦ blue 61

#533E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #533E3D

Tints of Crater Brown #533E3D

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 62 (24.61% from 255) = 30.1%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 40.29%
G = 30.1%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#533E3D (or 0x533E3D) is known color: Crater Brown. HEX triplet: 53, 3E and 3D. RGB value is (83,62,61). Sum of RGB (Red+Green+Blue) = 83+62+61=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3D is #ACC1C2. Grayscale: #444444. Windows color (decimal): -11321795 or 4013651. OLE color: 4013651.

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

Color convert

RGB 83 62 61 -
CMYK 0 0.25 0.27 0.67
HSL 2.73º 0.15% 0.28% -
HSV(B) 2.73º 0.27% 0.33% -
XYZ 6.13 5.62 5.18 -
YUV 68.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 83 62 61 0 0.25 0.27 0.67 2.73 0.15 0.28
Hex 53 3E 3D 0 19 1B 43 3 F 1C
Octal 123 76 75 0 31 33 103 3 17 34
Binary 1010011 111110 111101 0 11001 11011 1000011 11 1111 11100

Color Harmonies of #533E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E3D

Black with #533E3D

Text Example


Text Example

White with #533E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533E3D;
 }
 .AnyTagClassName
 {
   color: #533E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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