Html Css Color HEX #534029 Deep Bronze

📋 copy color: '#534029'

red 83 ◦ green 64 ◦ blue 41

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

Shades of Deep Bronze #534029

Tints of Deep Bronze #534029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 44.15%
G = 34.04%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534029 (or 0x534029) is known color: Deep Bronze. HEX triplet: 53, 40 and 29. RGB value is (83,64,41). Sum of RGB (Red+Green+Blue) = 83+64+41=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534029 is #ACBFD6. Grayscale: #434343. Windows color (decimal): -11321303 or 2703443. OLE color: 2703443.

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

Color convert

RGB 83 64 41 -
CMYK 0 0.23 0.51 0.67
HSL 32.86º 0.34% 0.24% -
HSV(B) 32.86º 0.51% 0.33% -
XYZ 5.8 5.67 2.89 -
YUV 67.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 83 64 41 0 0.23 0.51 0.67 32.86 0.34 0.24
Hex 53 40 29 0 17 33 43 21 22 18
Octal 123 100 51 0 27 63 103 41 42 30
Binary 1010011 1000000 101001 0 10111 110011 1000011 100001 100010 11000

Color Harmonies of #534029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534029

Black with #534029

Text Example


Text Example

White with #534029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534029; }

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

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

background-color css

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

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

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

border-color css

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

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

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