Html Css Color HEX #533E3A Crater Brown

📋 copy color: '#533E3A'

red 83 ◦ green 62 ◦ blue 58

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

Shades of Crater Brown #533E3A

Tints of Crater Brown #533E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 40.89%
G = 30.54%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#533E3A (or 0x533E3A) is known color: Crater Brown. HEX triplet: 53, 3E and 3A. RGB value is (83,62,58). Sum of RGB (Red+Green+Blue) = 83+62+58=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3A is #ACC1C5. Grayscale: #434343. Windows color (decimal): -11321798 or 3817043. OLE color: 3817043.

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

Color convert

RGB 83 62 58 -
CMYK 0 0.25 0.30 0.67
HSL 9.6º 0.18% 0.28% -
HSV(B) 9.6º 0.3% 0.33% -
XYZ 6.05 5.59 4.76 -
YUV 67.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 83 62 58 0 0.25 0.30 0.67 9.6 0.18 0.28
Hex 53 3E 3A 0 19 1E 43 A 12 1C
Octal 123 76 72 0 31 36 103 12 22 34
Binary 1010011 111110 111010 0 11001 11110 1000011 1010 10010 11100

Color Harmonies of #533E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E3A

Black with #533E3A

Text Example


Text Example

White with #533E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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