Html Css Color HEX #53453C Brown Derby

📋 copy color: '#53453C'

red 83 ◦ green 69 ◦ blue 60

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

Shades of Brown Derby #53453C

Tints of Brown Derby #53453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 39.15%
G = 32.55%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53453C (or 0x53453C) is known color: Brown Derby. HEX triplet: 53, 45 and 3C. RGB value is (83,69,60). Sum of RGB (Red+Green+Blue) = 83+69+60=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453C is #ACBAC3. Grayscale: #484848. Windows color (decimal): -11320004 or 3949907. OLE color: 3949907.

HSL color Cylindrical-coordinate representation of color #53453C: hue angle of 23.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53453C is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 60 -
CMYK 0 0.17 0.28 0.67
HSL 23.48º 0.16% 0.28% -
HSV(B) 23.48º 0.28% 0.33% -
XYZ 6.51 6.42 5.17 -
YUV 72.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 83 69 60 0 0.17 0.28 0.67 23.48 0.16 0.28
Hex 53 45 3C 0 11 1C 43 17 10 1C
Octal 123 105 74 0 21 34 103 27 20 34
Binary 1010011 1000101 111100 0 10001 11100 1000011 10111 10000 11100

Color Harmonies of #53453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53453C

Black with #53453C

Text Example


Text Example

White with #53453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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