Html Css Color HEX #534229 Deep Bronze

📋 copy color: '#534229'

red 83 ◦ green 66 ◦ blue 41

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

Shades of Deep Bronze #534229

Tints of Deep Bronze #534229

RGB

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

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

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

R = 43.68%
G = 34.74%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534229 (or 0x534229) is known color: Deep Bronze. HEX triplet: 53, 42 and 29. RGB value is (83,66,41). Sum of RGB (Red+Green+Blue) = 83+66+41=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534229 is #ACBDD6. Grayscale: #444444. Windows color (decimal): -11320791 or 2703955. OLE color: 2703955.

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

Color convert

RGB 83 66 41 -
CMYK 0 0.20 0.51 0.67
HSL 35.71º 0.34% 0.24% -
HSV(B) 35.71º 0.51% 0.33% -
XYZ 5.92 5.9 2.92 -
YUV 68.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 83 66 41 0 0.20 0.51 0.67 35.71 0.34 0.24
Hex 53 42 29 0 14 33 43 24 22 18
Octal 123 102 51 0 24 63 103 44 42 30
Binary 1010011 1000010 101001 0 10100 110011 1000011 100100 100010 11000

Color Harmonies of #534229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534229

Black with #534229

Text Example


Text Example

White with #534229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534229; }

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

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

background-color css

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

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

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

border-color css

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

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

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