Html Css Color HEX #534D19 Bronze Olive

📋 copy color: '#534D19'

red 83 ◦ green 77 ◦ blue 25

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

Shades of Bronze Olive #534D19

Tints of Bronze Olive #534D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 44.86%
G = 41.62%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534D19 (or 0x534D19) is known color: Bronze Olive. HEX triplet: 53, 4D and 19. RGB value is (83,77,25). Sum of RGB (Red+Green+Blue) = 83+77+25=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D19 is #ACB2E6. Grayscale: #494949. Windows color (decimal): -11317991 or 1658195. OLE color: 1658195.

HSL color Cylindrical-coordinate representation of color #534D19: hue angle of 53.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534D19 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 25 -
CMYK 0 0.07 0.70 0.67
HSL 53.79º 0.54% 0.21% -
HSV(B) 53.79º 0.7% 0.33% -
XYZ 6.4 7.22 1.98 -
YUV 72.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 83 77 25 0 0.07 0.70 0.67 53.79 0.54 0.21
Hex 53 4D 19 0 7 46 43 36 36 15
Octal 123 115 31 0 7 106 103 66 66 25
Binary 1010011 1001101 11001 0 111 1000110 1000011 110110 110110 10101

Color Harmonies of #534D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D19

Black with #534D19

Text Example


Text Example

White with #534D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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