Html Css Color HEX #52442A Deep Bronze

📋 copy color: '#52442A'

red 82 ◦ green 68 ◦ blue 42

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

Shades of Deep Bronze #52442A

Tints of Deep Bronze #52442A

RGB

 RED value IS 82 (32.42% from 255) = 42.71%

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

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

R = 42.71%
G = 35.42%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52442A (or 0x52442A) is known color: Deep Bronze. HEX triplet: 52, 44 and 2A. RGB value is (82,68,42). Sum of RGB (Red+Green+Blue) = 82+68+42=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442A is #ADBBD5. Grayscale: #454545. Windows color (decimal): -11385814 or 2770002. OLE color: 2770002.

HSL color Cylindrical-coordinate representation of color #52442A: hue angle of 39º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52442A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 42 -
CMYK 0 0.17 0.49 0.68
HSL 39º 0.32% 0.24% -
HSV(B) 39º 0.49% 0.32% -
XYZ 5.96 6.1 3.05 -
YUV 69.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 82 68 42 0 0.17 0.49 0.68 39 0.32 0.24
Hex 52 44 2A 0 11 31 44 27 20 18
Octal 122 104 52 0 21 61 104 47 40 30
Binary 1010010 1000100 101010 0 10001 110001 1000100 100111 100000 11000

Color Harmonies of #52442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52442A

Black with #52442A

Text Example


Text Example

White with #52442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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