Html Css Color HEX #53403B Crater Brown

📋 copy color: '#53403B'

red 83 ◦ green 64 ◦ blue 59

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

Shades of Crater Brown #53403B

Tints of Crater Brown #53403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

 BLUE value IS 59 (23.44% from 255) = 28.64%

R = 40.29%
G = 31.07%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53403B (or 0x53403B) is known color: Crater Brown. HEX triplet: 53, 40 and 3B. RGB value is (83,64,59). Sum of RGB (Red+Green+Blue) = 83+64+59=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #53403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403B is #ACBFC4. Grayscale: #454545. Windows color (decimal): -11321285 or 3883091. OLE color: 3883091.

HSL color Cylindrical-coordinate representation of color #53403B: hue angle of 12.5º 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 #53403B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 59 -
CMYK 0 0.23 0.29 0.67
HSL 12.5º 0.17% 0.28% -
HSV(B) 12.5º 0.29% 0.33% -
XYZ 6.19 5.82 4.94 -
YUV 69.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 83 64 59 0 0.23 0.29 0.67 12.5 0.17 0.28
Hex 53 40 3B 0 17 1D 43 C 11 1C
Octal 123 100 73 0 27 35 103 14 21 34
Binary 1010011 1000000 111011 0 10111 11101 1000011 1100 10001 11100

Color Harmonies of #53403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53403B

Black with #53403B

Text Example


Text Example

White with #53403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53403B; }

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

 H1.HeaderClassName
 {
   color: #53403B;
 }
 .AnyTagClassName
 {
   color: #53403B;
 }
</style>

background-color css

<style>
 a { background-color: #53403B; }

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

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

border-color css

<style>
 span { border-color: #53403B; }

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

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