Html Css Color HEX #524125 Deep Bronze

📋 copy color: '#524125'

red 82 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #524125

Tints of Deep Bronze #524125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 44.57%
G = 35.33%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#524125 (or 0x524125) is known color: Deep Bronze. HEX triplet: 52, 41 and 25. RGB value is (82,65,37). Sum of RGB (Red+Green+Blue) = 82+65+37=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524125 is #ADBEDA. Grayscale: #434343. Windows color (decimal): -11386587 or 2441554. OLE color: 2441554.

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

Color convert

RGB 82 65 37 -
CMYK 0 0.21 0.55 0.68
HSL 37.33º 0.38% 0.23% -
HSV(B) 37.33º 0.55% 0.32% -
XYZ 5.7 5.71 2.55 -
YUV 66.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 82 65 37 0 0.21 0.55 0.68 37.33 0.38 0.23
Hex 52 41 25 0 15 37 44 25 26 17
Octal 122 101 45 0 25 67 104 45 46 27
Binary 1010010 1000001 100101 0 10101 110111 1000100 100101 100110 10111

Color Harmonies of #524125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524125

Black with #524125

Text Example


Text Example

White with #524125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524125; }

 p { color: rgb(82,65,37); }

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

background-color css

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

 a { background-color: rgb(82,65,37); }

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

border-color css

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

 span { border-color: rgb(82,65,37); }

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