Html Css Color HEX #534829 Bronze Olive

📋 copy color: '#534829'

red 83 ◦ green 72 ◦ blue 41

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

Shades of Bronze Olive #534829

Tints of Bronze Olive #534829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 42.35%
G = 36.73%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534829 (or 0x534829) is known color: Bronze Olive. HEX triplet: 53, 48 and 29. RGB value is (83,72,41). Sum of RGB (Red+Green+Blue) = 83+72+41=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534829 is #ACB7D6. Grayscale: #474747. Windows color (decimal): -11319255 or 2705491. OLE color: 2705491.

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

Color convert

RGB 83 72 41 -
CMYK 0 0.13 0.51 0.67
HSL 44.29º 0.34% 0.24% -
HSV(B) 44.29º 0.51% 0.33% -
XYZ 6.28 6.63 3.05 -
YUV 71.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 83 72 41 0 0.13 0.51 0.67 44.29 0.34 0.24
Hex 53 48 29 0 D 33 43 2C 22 18
Octal 123 110 51 0 15 63 103 54 42 30
Binary 1010011 1001000 101001 0 1101 110011 1000011 101100 100010 11000

Color Harmonies of #534829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534829

Black with #534829

Text Example


Text Example

White with #534829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534829; }

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

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

background-color css

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

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

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

border-color css

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

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

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