Html Css Color HEX #53442A Deep Bronze

📋 copy color: '#53442A'

red 83 ◦ green 68 ◦ blue 42

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

Shades of Deep Bronze #53442A

Tints of Deep Bronze #53442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 43.01%
G = 35.23%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53442A (or 0x53442A) is known color: Deep Bronze. HEX triplet: 53, 44 and 2A. RGB value is (83,68,42). Sum of RGB (Red+Green+Blue) = 83+68+42=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442A is #ACBBD5. Grayscale: #454545. Windows color (decimal): -11320278 or 2770003. OLE color: 2770003.

HSL color Cylindrical-coordinate representation of color #53442A: hue angle of 38.05º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53442A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 42 -
CMYK 0 0.18 0.49 0.67
HSL 38.05º 0.33% 0.25% -
HSV(B) 38.05º 0.49% 0.33% -
XYZ 6.05 6.14 3.06 -
YUV 69.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 83 68 42 0 0.18 0.49 0.67 38.05 0.33 0.25
Hex 53 44 2A 0 12 31 43 26 21 19
Octal 123 104 52 0 22 61 103 46 41 31
Binary 1010011 1000100 101010 0 10010 110001 1000011 100110 100001 11001

Color Harmonies of #53442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53442A

Black with #53442A

Text Example


Text Example

White with #53442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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