Html Css Color HEX #524224 Deep Bronze

📋 copy color: '#524224'

red 82 ◦ green 66 ◦ blue 36

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

Shades of Deep Bronze #524224

Tints of Deep Bronze #524224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 44.57%
G = 35.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524224 (or 0x524224) is known color: Deep Bronze. HEX triplet: 52, 42 and 24. RGB value is (82,66,36). Sum of RGB (Red+Green+Blue) = 82+66+36=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524224 is #ADBDDB. Grayscale: #434343. Windows color (decimal): -11386332 or 2376274. OLE color: 2376274.

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

Color convert

RGB 82 66 36 -
CMYK 0 0.20 0.56 0.68
HSL 39.13º 0.39% 0.23% -
HSV(B) 39.13º 0.56% 0.32% -
XYZ 5.75 5.82 2.49 -
YUV 67.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 82 66 36 0 0.20 0.56 0.68 39.13 0.39 0.23
Hex 52 42 24 0 14 38 44 27 27 17
Octal 122 102 44 0 24 70 104 47 47 27
Binary 1010010 1000010 100100 0 10100 111000 1000100 100111 100111 10111

Color Harmonies of #524224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524224

Black with #524224

Text Example


Text Example

White with #524224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524224; }

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

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

background-color css

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

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

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

border-color css

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

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

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