Html Css Color HEX #534232 Deep Bronze

📋 copy color: '#534232'

red 83 ◦ green 66 ◦ blue 50

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

Shades of Deep Bronze #534232

Tints of Deep Bronze #534232

RGB

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

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

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

R = 41.71%
G = 33.17%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#534232 (or 0x534232) is known color: Deep Bronze. HEX triplet: 53, 42 and 32. RGB value is (83,66,50). Sum of RGB (Red+Green+Blue) = 83+66+50=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534232 is #ACBDCD. Grayscale: #454545. Windows color (decimal): -11320782 or 3293779. OLE color: 3293779.

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

Color convert

RGB 83 66 50 -
CMYK 0 0.20 0.40 0.67
HSL 29.09º 0.25% 0.26% -
HSV(B) 29.09º 0.4% 0.33% -
XYZ 6.09 5.97 3.85 -
YUV 69.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 83 66 50 0 0.20 0.40 0.67 29.09 0.25 0.26
Hex 53 42 32 0 14 28 43 1D 19 1A
Octal 123 102 62 0 24 50 103 35 31 32
Binary 1010011 1000010 110010 0 10100 101000 1000011 11101 11001 11010

Color Harmonies of #534232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534232

Black with #534232

Text Example


Text Example

White with #534232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534232; }

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

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

background-color css

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

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

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

border-color css

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

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

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