Html Css Color HEX #534532 Deep Bronze

📋 copy color: '#534532'

red 83 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #534532

Tints of Deep Bronze #534532

RGB

 RED value IS 83 (32.81% from 255) = 41.09%

 GREEN value IS 69 (27.34% from 255) = 34.16%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 41.09%
G = 34.16%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#534532 (or 0x534532) is known color: Deep Bronze. HEX triplet: 53, 45 and 32. RGB value is (83,69,50). Sum of RGB (Red+Green+Blue) = 83+69+50=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534532 is #ACBACD. Grayscale: #474747. Windows color (decimal): -11320014 or 3294547. OLE color: 3294547.

HSL color Cylindrical-coordinate representation of color #534532: hue angle of 34.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534532 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 50 -
CMYK 0 0.17 0.40 0.67
HSL 34.55º 0.25% 0.26% -
HSV(B) 34.55º 0.4% 0.33% -
XYZ 6.27 6.33 3.91 -
YUV 71.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 83 69 50 0 0.17 0.40 0.67 34.55 0.25 0.26
Hex 53 45 32 0 11 28 43 23 19 1A
Octal 123 105 62 0 21 50 103 43 31 32
Binary 1010011 1000101 110010 0 10001 101000 1000011 100011 11001 11010

Color Harmonies of #534532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534532

Black with #534532

Text Example


Text Example

White with #534532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534532; }

 p { color: rgb(83,69,50); }

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

background-color css

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

 a { background-color: rgb(83,69,50); }

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

border-color css

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

 span { border-color: rgb(83,69,50); }

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