Html Css Color HEX #524334 Deep Bronze

📋 copy color: '#524334'

red 82 ◦ green 67 ◦ blue 52

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

Shades of Deep Bronze #524334

Tints of Deep Bronze #524334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 40.8%
G = 33.33%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#524334 (or 0x524334) is known color: Deep Bronze. HEX triplet: 52, 43 and 34. RGB value is (82,67,52). Sum of RGB (Red+Green+Blue) = 82+67+52=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524334 is #ADBCCB. Grayscale: #454545. Windows color (decimal): -11386060 or 3425106. OLE color: 3425106.

HSL color Cylindrical-coordinate representation of color #524334: hue angle of 30º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524334 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 52 -
CMYK 0 0.18 0.37 0.68
HSL 30º 0.22% 0.26% -
HSV(B) 30º 0.37% 0.32% -
XYZ 6.11 6.06 4.1 -
YUV 69.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 82 67 52 0 0.18 0.37 0.68 30 0.22 0.26
Hex 52 43 34 0 12 25 44 1E 16 1A
Octal 122 103 64 0 22 45 104 36 26 32
Binary 1010010 1000011 110100 0 10010 100101 1000100 11110 10110 11010

Color Harmonies of #524334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524334

Black with #524334

Text Example


Text Example

White with #524334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524334; }

 p { color: rgb(82,67,52); }

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

background-color css

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

 a { background-color: rgb(82,67,52); }

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

border-color css

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

 span { border-color: rgb(82,67,52); }

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