Html Css Color HEX #53422D Deep Bronze

📋 copy color: '#53422D'

red 83 ◦ green 66 ◦ blue 45

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

Shades of Deep Bronze #53422D

Tints of Deep Bronze #53422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 42.78%
G = 34.02%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53422D (or 0x53422D) is known color: Deep Bronze. HEX triplet: 53, 42 and 2D. RGB value is (83,66,45). Sum of RGB (Red+Green+Blue) = 83+66+45=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422D is #ACBDD2. Grayscale: #444444. Windows color (decimal): -11320787 or 2966099. OLE color: 2966099.

HSL color Cylindrical-coordinate representation of color #53422D: hue angle of 33.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53422D is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 45 -
CMYK 0 0.20 0.46 0.67
HSL 33.16º 0.3% 0.25% -
HSV(B) 33.16º 0.46% 0.33% -
XYZ 5.99 5.92 3.31 -
YUV 68.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 83 66 45 0 0.20 0.46 0.67 33.16 0.3 0.25
Hex 53 42 2D 0 14 2E 43 21 1E 19
Octal 123 102 55 0 24 56 103 41 36 31
Binary 1010011 1000010 101101 0 10100 101110 1000011 100001 11110 11001

Color Harmonies of #53422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53422D

Black with #53422D

Text Example


Text Example

White with #53422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53422D; }

 p { color: rgb(83,66,45); }

 H1.HeaderClassName
 {
   color: #53422D;
 }
 .AnyTagClassName
 {
   color: #53422D;
 }
</style>

background-color css

<style>
 a { background-color: #53422D; }

 a { background-color: rgb(83,66,45); }

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

border-color css

<style>
 span { border-color: #53422D; }

 span { border-color: rgb(83,66,45); }

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