Html Css Color HEX #534429 Deep Bronze

📋 copy color: '#534429'

red 83 ◦ green 68 ◦ blue 41

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

Shades of Deep Bronze #534429

Tints of Deep Bronze #534429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 43.23%
G = 35.42%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534429 (or 0x534429) is known color: Deep Bronze. HEX triplet: 53, 44 and 29. RGB value is (83,68,41). Sum of RGB (Red+Green+Blue) = 83+68+41=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534429 is #ACBBD6. Grayscale: #454545. Windows color (decimal): -11320279 or 2704467. OLE color: 2704467.

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

Color convert

RGB 83 68 41 -
CMYK 0 0.18 0.51 0.67
HSL 38.57º 0.34% 0.24% -
HSV(B) 38.57º 0.51% 0.33% -
XYZ 6.03 6.13 2.96 -
YUV 69.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 83 68 41 0 0.18 0.51 0.67 38.57 0.34 0.24
Hex 53 44 29 0 12 33 43 27 22 18
Octal 123 104 51 0 22 63 103 47 42 30
Binary 1010011 1000100 101001 0 10010 110011 1000011 100111 100010 11000

Color Harmonies of #534429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534429

Black with #534429

Text Example


Text Example

White with #534429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534429; }

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

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

background-color css

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

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

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

border-color css

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

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

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