Html Css Color HEX #53453B Brown Derby

📋 copy color: '#53453B'

red 83 ◦ green 69 ◦ blue 59

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

Shades of Brown Derby #53453B

Tints of Brown Derby #53453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 39.34%
G = 32.7%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53453B (or 0x53453B) is known color: Brown Derby. HEX triplet: 53, 45 and 3B. RGB value is (83,69,59). Sum of RGB (Red+Green+Blue) = 83+69+59=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453B is #ACBAC4. Grayscale: #484848. Windows color (decimal): -11320005 or 3884371. OLE color: 3884371.

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

Color convert

RGB 83 69 59 -
CMYK 0 0.17 0.29 0.67
HSL 25º 0.17% 0.28% -
HSV(B) 25º 0.29% 0.33% -
XYZ 6.48 6.41 5.03 -
YUV 72.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 83 69 59 0 0.17 0.29 0.67 25 0.17 0.28
Hex 53 45 3B 0 11 1D 43 19 11 1C
Octal 123 105 73 0 21 35 103 31 21 34
Binary 1010011 1000101 111011 0 10001 11101 1000011 11001 10001 11100

Color Harmonies of #53453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53453B

Black with #53453B

Text Example


Text Example

White with #53453B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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