Html Css Color HEX #534D1C Bronze Olive

📋 copy color: '#534D1C'

red 83 ◦ green 77 ◦ blue 28

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

Shades of Bronze Olive #534D1C

Tints of Bronze Olive #534D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 44.15%
G = 40.96%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#534D1C (or 0x534D1C) is known color: Bronze Olive. HEX triplet: 53, 4D and 1C. RGB value is (83,77,28). Sum of RGB (Red+Green+Blue) = 83+77+28=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1C is #ACB2E3. Grayscale: #494949. Windows color (decimal): -11317988 or 1854803. OLE color: 1854803.

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

Color convert

RGB 83 77 28 -
CMYK 0 0.07 0.66 0.67
HSL 53.45º 0.5% 0.22% -
HSV(B) 53.45º 0.66% 0.33% -
XYZ 6.43 7.23 2.16 -
YUV 73.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 83 77 28 0 0.07 0.66 0.67 53.45 0.5 0.22
Hex 53 4D 1C 0 7 42 43 35 32 16
Octal 123 115 34 0 7 102 103 65 62 26
Binary 1010011 1001101 11100 0 111 1000010 1000011 110101 110010 10110

Color Harmonies of #534D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D1C

Black with #534D1C

Text Example


Text Example

White with #534D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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