Html Css Color HEX #53403E Crater Brown

📋 copy color: '#53403E'

red 83 ◦ green 64 ◦ blue 62

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

Shades of Crater Brown #53403E

Tints of Crater Brown #53403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.67%

R = 39.71%
G = 30.62%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53403E (or 0x53403E) is known color: Crater Brown. HEX triplet: 53, 40 and 3E. RGB value is (83,64,62). Sum of RGB (Red+Green+Blue) = 83+64+62=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403E is #ACBFC1. Grayscale: #454545. Windows color (decimal): -11321282 or 4079699. OLE color: 4079699.

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

Color convert

RGB 83 64 62 -
CMYK 0 0.23 0.25 0.67
HSL 5.71º 0.14% 0.28% -
HSV(B) 5.71º 0.25% 0.33% -
XYZ 6.27 5.85 5.36 -
YUV 69.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 83 64 62 0 0.23 0.25 0.67 5.71 0.14 0.28
Hex 53 40 3E 0 17 19 43 6 E 1C
Octal 123 100 76 0 27 31 103 6 16 34
Binary 1010011 1000000 111110 0 10111 11001 1000011 110 1110 11100

Color Harmonies of #53403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53403E

Black with #53403E

Text Example


Text Example

White with #53403E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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