Html Css Color HEX #534329 Deep Bronze

📋 copy color: '#534329'

red 83 ◦ green 67 ◦ blue 41

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

Shades of Deep Bronze #534329

Tints of Deep Bronze #534329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 43.46%
G = 35.08%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534329 (or 0x534329) is known color: Deep Bronze. HEX triplet: 53, 43 and 29. RGB value is (83,67,41). Sum of RGB (Red+Green+Blue) = 83+67+41=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534329 is #ACBCD6. Grayscale: #444444. Windows color (decimal): -11320535 or 2704211. OLE color: 2704211.

HSL color Cylindrical-coordinate representation of color #534329: hue angle of 37.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534329 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 41 -
CMYK 0 0.19 0.51 0.67
HSL 37.14º 0.34% 0.24% -
HSV(B) 37.14º 0.51% 0.33% -
XYZ 5.97 6.01 2.94 -
YUV 68.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 83 67 41 0 0.19 0.51 0.67 37.14 0.34 0.24
Hex 53 43 29 0 13 33 43 25 22 18
Octal 123 103 51 0 23 63 103 45 42 30
Binary 1010011 1000011 101001 0 10011 110011 1000011 100101 100010 11000

Color Harmonies of #534329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534329

Black with #534329

Text Example


Text Example

White with #534329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534329; }

 p { color: rgb(83,67,41); }

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

background-color css

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

 a { background-color: rgb(83,67,41); }

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

border-color css

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

 span { border-color: rgb(83,67,41); }

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