Html Css Color HEX #534929 Bronze Olive

📋 copy color: '#534929'

red 83 ◦ green 73 ◦ blue 41

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

Shades of Bronze Olive #534929

Tints of Bronze Olive #534929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

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

R = 42.13%
G = 37.06%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534929 (or 0x534929) is known color: Bronze Olive. HEX triplet: 53, 49 and 29. RGB value is (83,73,41). Sum of RGB (Red+Green+Blue) = 83+73+41=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534929 is #ACB6D6. Grayscale: #484848. Windows color (decimal): -11318999 or 2705747. OLE color: 2705747.

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

Color convert

RGB 83 73 41 -
CMYK 0 0.12 0.51 0.67
HSL 45.71º 0.34% 0.24% -
HSV(B) 45.71º 0.51% 0.33% -
XYZ 6.35 6.76 3.07 -
YUV 72.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 83 73 41 0 0.12 0.51 0.67 45.71 0.34 0.24
Hex 53 49 29 0 C 33 43 2E 22 18
Octal 123 111 51 0 14 63 103 56 42 30
Binary 1010011 1001001 101001 0 1100 110011 1000011 101110 100010 11000

Color Harmonies of #534929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534929

Black with #534929

Text Example


Text Example

White with #534929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534929; }

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

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

background-color css

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

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

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

border-color css

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

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

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