Html Css Color HEX #534D1D Bronze Olive

📋 copy color: '#534D1D'

red 83 ◦ green 77 ◦ blue 29

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

Shades of Bronze Olive #534D1D

Tints of Bronze Olive #534D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.74%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 43.92%
G = 40.74%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#534D1D (or 0x534D1D) is known color: Bronze Olive. HEX triplet: 53, 4D and 1D. RGB value is (83,77,29). Sum of RGB (Red+Green+Blue) = 83+77+29=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1D is #ACB2E2. Grayscale: #494949. Windows color (decimal): -11317987 or 1920339. OLE color: 1920339.

HSL color Cylindrical-coordinate representation of color #534D1D: hue angle of 53.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534D1D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 29 -
CMYK 0 0.07 0.65 0.67
HSL 53.33º 0.48% 0.22% -
HSV(B) 53.33º 0.65% 0.33% -
XYZ 6.44 7.24 2.22 -
YUV 73.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 83 77 29 0 0.07 0.65 0.67 53.33 0.48 0.22
Hex 53 4D 1D 0 7 41 43 35 30 16
Octal 123 115 35 0 7 101 103 65 60 26
Binary 1010011 1001101 11101 0 111 1000001 1000011 110101 110000 10110

Color Harmonies of #534D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D1D

Black with #534D1D

Text Example


Text Example

White with #534D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D1D; }

 p { color: rgb(83,77,29); }

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

background-color css

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

 a { background-color: rgb(83,77,29); }

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

border-color css

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

 span { border-color: rgb(83,77,29); }

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