Html Css Color HEX #534129 Deep Bronze

📋 copy color: '#534129'

red 83 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #534129

Tints of Deep Bronze #534129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

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

R = 43.92%
G = 34.39%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534129 (or 0x534129) is known color: Deep Bronze. HEX triplet: 53, 41 and 29. RGB value is (83,65,41). Sum of RGB (Red+Green+Blue) = 83+65+41=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534129 is #ACBED6. Grayscale: #434343. Windows color (decimal): -11321047 or 2703699. OLE color: 2703699.

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

Color convert

RGB 83 65 41 -
CMYK 0 0.22 0.51 0.67
HSL 34.29º 0.34% 0.24% -
HSV(B) 34.29º 0.51% 0.33% -
XYZ 5.86 5.78 2.9 -
YUV 67.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 83 65 41 0 0.22 0.51 0.67 34.29 0.34 0.24
Hex 53 41 29 0 16 33 43 22 22 18
Octal 123 101 51 0 26 63 103 42 42 30
Binary 1010011 1000001 101001 0 10110 110011 1000011 100010 100010 11000

Color Harmonies of #534129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534129

Black with #534129

Text Example


Text Example

White with #534129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534129; }

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

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

background-color css

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

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

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

border-color css

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

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

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