Html Css Color HEX #53463C Brown Derby

📋 copy color: '#53463C'

red 83 ◦ green 70 ◦ blue 60

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

Shades of Brown Derby #53463C

Tints of Brown Derby #53463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

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

R = 38.97%
G = 32.86%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53463C (or 0x53463C) is known color: Brown Derby. HEX triplet: 53, 46 and 3C. RGB value is (83,70,60). Sum of RGB (Red+Green+Blue) = 83+70+60=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463C is #ACB9C3. Grayscale: #484848. Windows color (decimal): -11319748 or 3950163. OLE color: 3950163.

HSL color Cylindrical-coordinate representation of color #53463C: hue angle of 26.09º 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 #53463C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 60 -
CMYK 0 0.16 0.28 0.67
HSL 26.09º 0.16% 0.28% -
HSV(B) 26.09º 0.28% 0.33% -
XYZ 6.57 6.55 5.19 -
YUV 72.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 83 70 60 0 0.16 0.28 0.67 26.09 0.16 0.28
Hex 53 46 3C 0 10 1C 43 1A 10 1C
Octal 123 106 74 0 20 34 103 32 20 34
Binary 1010011 1000110 111100 0 10000 11100 1000011 11010 10000 11100

Color Harmonies of #53463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53463C

Black with #53463C

Text Example


Text Example

White with #53463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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