Html Css Color HEX #53452E Deep Bronze

📋 copy color: '#53452E'

red 83 ◦ green 69 ◦ blue 46

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

Shades of Deep Bronze #53452E

Tints of Deep Bronze #53452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 41.92%
G = 34.85%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53452E (or 0x53452E) is known color: Deep Bronze. HEX triplet: 53, 45 and 2E. RGB value is (83,69,46). Sum of RGB (Red+Green+Blue) = 83+69+46=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452E is #ACBAD1. Grayscale: #464646. Windows color (decimal): -11320018 or 3032403. OLE color: 3032403.

HSL color Cylindrical-coordinate representation of color #53452E: hue angle of 37.3º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53452E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 46 -
CMYK 0 0.17 0.45 0.67
HSL 37.3º 0.29% 0.25% -
HSV(B) 37.3º 0.45% 0.33% -
XYZ 6.19 6.29 3.47 -
YUV 70.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 83 69 46 0 0.17 0.45 0.67 37.3 0.29 0.25
Hex 53 45 2E 0 11 2D 43 25 1D 19
Octal 123 105 56 0 21 55 103 45 35 31
Binary 1010011 1000101 101110 0 10001 101101 1000011 100101 11101 11001

Color Harmonies of #53452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53452E

Black with #53452E

Text Example


Text Example

White with #53452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53452E; }

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

 H1.HeaderClassName
 {
   color: #53452E;
 }
 .AnyTagClassName
 {
   color: #53452E;
 }
</style>

background-color css

<style>
 a { background-color: #53452E; }

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

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

border-color css

<style>
 span { border-color: #53452E; }

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

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