Html Css Color HEX #534D27 Bronze Olive

📋 copy color: '#534D27'

red 83 ◦ green 77 ◦ blue 39

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

Shades of Bronze Olive #534D27

Tints of Bronze Olive #534D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 41.71%
G = 38.69%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#534D27 (or 0x534D27) is known color: Bronze Olive. HEX triplet: 53, 4D and 27. RGB value is (83,77,39). Sum of RGB (Red+Green+Blue) = 83+77+39=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D27 is #ACB2D8. Grayscale: #4A4A4A. Windows color (decimal): -11317977 or 2575699. OLE color: 2575699.

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

Color convert

RGB 83 77 39 -
CMYK 0 0.07 0.53 0.67
HSL 51.82º 0.36% 0.24% -
HSV(B) 51.82º 0.53% 0.33% -
XYZ 6.59 7.29 2.98 -
YUV 74.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 83 77 39 0 0.07 0.53 0.67 51.82 0.36 0.24
Hex 53 4D 27 0 7 35 43 34 24 18
Octal 123 115 47 0 7 65 103 64 44 30
Binary 1010011 1001101 100111 0 111 110101 1000011 110100 100100 11000

Color Harmonies of #534D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D27

Black with #534D27

Text Example


Text Example

White with #534D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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