Html Css Color HEX #524225 Deep Bronze

📋 copy color: '#524225'

red 82 ◦ green 66 ◦ blue 37

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

Shades of Deep Bronze #524225

Tints of Deep Bronze #524225

RGB

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

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

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

R = 44.32%
G = 35.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#524225 (or 0x524225) is known color: Deep Bronze. HEX triplet: 52, 42 and 25. RGB value is (82,66,37). Sum of RGB (Red+Green+Blue) = 82+66+37=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524225 is #ADBDDA. Grayscale: #434343. Windows color (decimal): -11386331 or 2441810. OLE color: 2441810.

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

Color convert

RGB 82 66 37 -
CMYK 0 0.20 0.55 0.68
HSL 38.67º 0.38% 0.23% -
HSV(B) 38.67º 0.55% 0.32% -
XYZ 5.76 5.82 2.57 -
YUV 67.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 82 66 37 0 0.20 0.55 0.68 38.67 0.38 0.23
Hex 52 42 25 0 14 37 44 27 26 17
Octal 122 102 45 0 24 67 104 47 46 27
Binary 1010010 1000010 100101 0 10100 110111 1000100 100111 100110 10111

Color Harmonies of #524225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524225

Black with #524225

Text Example


Text Example

White with #524225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524225; }

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

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

background-color css

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

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

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

border-color css

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

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

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