Html Css Color HEX #53403A Crater Brown

📋 copy color: '#53403A'

red 83 ◦ green 64 ◦ blue 58

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

Shades of Crater Brown #53403A

Tints of Crater Brown #53403A

RGB

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

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

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

R = 40.49%
G = 31.22%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53403A (or 0x53403A) is known color: Crater Brown. HEX triplet: 53, 40 and 3A. RGB value is (83,64,58). Sum of RGB (Red+Green+Blue) = 83+64+58=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #53403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403A is #ACBFC5. Grayscale: #454545. Windows color (decimal): -11321286 or 3817555. OLE color: 3817555.

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

Color convert

RGB 83 64 58 -
CMYK 0 0.23 0.30 0.67
HSL 14.4º 0.18% 0.28% -
HSV(B) 14.4º 0.3% 0.33% -
XYZ 6.16 5.81 4.8 -
YUV 69 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 83 64 58 0 0.23 0.30 0.67 14.4 0.18 0.28
Hex 53 40 3A 0 17 1E 43 E 12 1C
Octal 123 100 72 0 27 36 103 16 22 34
Binary 1010011 1000000 111010 0 10111 11110 1000011 1110 10010 11100

Color Harmonies of #53403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53403A

Black with #53403A

Text Example


Text Example

White with #53403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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