Html Css Color HEX #524024 Deep Bronze

📋 copy color: '#524024'

red 82 ◦ green 64 ◦ blue 36

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

Shades of Deep Bronze #524024

Tints of Deep Bronze #524024

RGB

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

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

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

R = 45.05%
G = 35.16%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524024 (or 0x524024) is known color: Deep Bronze. HEX triplet: 52, 40 and 24. RGB value is (82,64,36). Sum of RGB (Red+Green+Blue) = 82+64+36=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524024 is #ADBFDB. Grayscale: #424242. Windows color (decimal): -11386844 or 2375762. OLE color: 2375762.

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

Color convert

RGB 82 64 36 -
CMYK 0 0.22 0.56 0.68
HSL 36.52º 0.39% 0.23% -
HSV(B) 36.52º 0.56% 0.32% -
XYZ 5.63 5.59 2.45 -
YUV 66.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 82 64 36 0 0.22 0.56 0.68 36.52 0.39 0.23
Hex 52 40 24 0 16 38 44 25 27 17
Octal 122 100 44 0 26 70 104 45 47 27
Binary 1010010 1000000 100100 0 10110 111000 1000100 100101 100111 10111

Color Harmonies of #524024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524024

Black with #524024

Text Example


Text Example

White with #524024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524024; }

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

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

background-color css

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

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

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

border-color css

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

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

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