Html Css Color HEX #52402A Deep Bronze

📋 copy color: '#52402A'

red 82 ◦ green 64 ◦ blue 42

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

Shades of Deep Bronze #52402A

Tints of Deep Bronze #52402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 43.62%
G = 34.04%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52402A (or 0x52402A) is known color: Deep Bronze. HEX triplet: 52, 40 and 2A. RGB value is (82,64,42). Sum of RGB (Red+Green+Blue) = 82+64+42=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #52402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402A is #ADBFD5. Grayscale: #424242. Windows color (decimal): -11386838 or 2768978. OLE color: 2768978.

HSL color Cylindrical-coordinate representation of color #52402A: hue angle of 33º 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 #52402A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 64 42 -
CMYK 0 0.22 0.49 0.68
HSL 33º 0.32% 0.24% -
HSV(B) 33º 0.49% 0.32% -
XYZ 5.73 5.63 2.97 -
YUV 66.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 82 64 42 0 0.22 0.49 0.68 33 0.32 0.24
Hex 52 40 2A 0 16 31 44 21 20 18
Octal 122 100 52 0 26 61 104 41 40 30
Binary 1010010 1000000 101010 0 10110 110001 1000100 100001 100000 11000

Color Harmonies of #52402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52402A

Black with #52402A

Text Example


Text Example

White with #52402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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