Html Css Color HEX #53402C Deep Bronze

📋 copy color: '#53402C'

red 83 ◦ green 64 ◦ blue 44

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

Shades of Deep Bronze #53402C

Tints of Deep Bronze #53402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 43.46%
G = 33.51%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53402C (or 0x53402C) is known color: Deep Bronze. HEX triplet: 53, 40 and 2C. RGB value is (83,64,44). Sum of RGB (Red+Green+Blue) = 83+64+44=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53402C is #ACBFD3. Grayscale: #434343. Windows color (decimal): -11321300 or 2900051. OLE color: 2900051.

HSL color Cylindrical-coordinate representation of color #53402C: hue angle of 30.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53402C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 44 -
CMYK 0 0.23 0.47 0.67
HSL 30.77º 0.31% 0.25% -
HSV(B) 30.77º 0.47% 0.33% -
XYZ 5.86 5.69 3.17 -
YUV 67.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 83 64 44 0 0.23 0.47 0.67 30.77 0.31 0.25
Hex 53 40 2C 0 17 2F 43 1F 1F 19
Octal 123 100 54 0 27 57 103 37 37 31
Binary 1010011 1000000 101100 0 10111 101111 1000011 11111 11111 11001

Color Harmonies of #53402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53402C

Black with #53402C

Text Example


Text Example

White with #53402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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