Html Css Color HEX #524228 Deep Bronze

📋 copy color: '#524228'

red 82 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #524228

Tints of Deep Bronze #524228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 43.62%
G = 35.11%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#524228 (or 0x524228) is known color: Deep Bronze. HEX triplet: 52, 42 and 28. RGB value is (82,66,40). Sum of RGB (Red+Green+Blue) = 82+66+40=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524228 is #ADBDD7. Grayscale: #434343. Windows color (decimal): -11386328 or 2638418. OLE color: 2638418.

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

Color convert

RGB 82 66 40 -
CMYK 0 0.20 0.51 0.68
HSL 37.14º 0.34% 0.24% -
HSV(B) 37.14º 0.51% 0.32% -
XYZ 5.81 5.84 2.83 -
YUV 67.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 82 66 40 0 0.20 0.51 0.68 37.14 0.34 0.24
Hex 52 42 28 0 14 33 44 25 22 18
Octal 122 102 50 0 24 63 104 45 42 30
Binary 1010010 1000010 101000 0 10100 110011 1000100 100101 100010 11000

Color Harmonies of #524228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524228

Black with #524228

Text Example


Text Example

White with #524228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524228; }

 p { color: rgb(82,66,40); }

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

background-color css

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

 a { background-color: rgb(82,66,40); }

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

border-color css

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

 span { border-color: rgb(82,66,40); }

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