Html Css Color HEX #53442C Deep Bronze

📋 copy color: '#53442C'

red 83 ◦ green 68 ◦ blue 44

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

Shades of Deep Bronze #53442C

Tints of Deep Bronze #53442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 42.56%
G = 34.87%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53442C (or 0x53442C) is known color: Deep Bronze. HEX triplet: 53, 44 and 2C. RGB value is (83,68,44). Sum of RGB (Red+Green+Blue) = 83+68+44=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442C is #ACBBD3. Grayscale: #454545. Windows color (decimal): -11320276 or 2901075. OLE color: 2901075.

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

Color convert

RGB 83 68 44 -
CMYK 0 0.18 0.47 0.67
HSL 36.92º 0.31% 0.25% -
HSV(B) 36.92º 0.47% 0.33% -
XYZ 6.09 6.16 3.25 -
YUV 69.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 83 68 44 0 0.18 0.47 0.67 36.92 0.31 0.25
Hex 53 44 2C 0 12 2F 43 25 1F 19
Octal 123 104 54 0 22 57 103 45 37 31
Binary 1010011 1000100 101100 0 10010 101111 1000011 100101 11111 11001

Color Harmonies of #53442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53442C

Black with #53442C

Text Example


Text Example

White with #53442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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