Html Css Color HEX #53473D Brown Derby

📋 copy color: '#53473D'

red 83 ◦ green 71 ◦ blue 61

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

Shades of Brown Derby #53473D

Tints of Brown Derby #53473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 38.6%
G = 33.02%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53473D (or 0x53473D) is known color: Brown Derby. HEX triplet: 53, 47 and 3D. RGB value is (83,71,61). Sum of RGB (Red+Green+Blue) = 83+71+61=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473D is #ACB8C2. Grayscale: #494949. Windows color (decimal): -11319491 or 4015955. OLE color: 4015955.

HSL color Cylindrical-coordinate representation of color #53473D: hue angle of 27.27º 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 #53473D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 61 -
CMYK 0 0.14 0.27 0.67
HSL 27.27º 0.15% 0.28% -
HSV(B) 27.27º 0.27% 0.33% -
XYZ 6.66 6.68 5.35 -
YUV 73.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 83 71 61 0 0.14 0.27 0.67 27.27 0.15 0.28
Hex 53 47 3D 0 E 1B 43 1B F 1C
Octal 123 107 75 0 16 33 103 33 17 34
Binary 1010011 1000111 111101 0 1110 11011 1000011 11011 1111 11100

Color Harmonies of #53473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53473D

Black with #53473D

Text Example


Text Example

White with #53473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53473D; }

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

 H1.HeaderClassName
 {
   color: #53473D;
 }
 .AnyTagClassName
 {
   color: #53473D;
 }
</style>

background-color css

<style>
 a { background-color: #53473D; }

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

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

border-color css

<style>
 span { border-color: #53473D; }

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

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