Html Css Color HEX #534D24 Bronze Olive

📋 copy color: '#534D24'

red 83 ◦ green 77 ◦ blue 36

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

Shades of Bronze Olive #534D24

Tints of Bronze Olive #534D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 42.35%
G = 39.29%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534D24 (or 0x534D24) is known color: Bronze Olive. HEX triplet: 53, 4D and 24. RGB value is (83,77,36). Sum of RGB (Red+Green+Blue) = 83+77+36=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D24 is #ACB2DB. Grayscale: #4A4A4A. Windows color (decimal): -11317980 or 2379091. OLE color: 2379091.

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

Color convert

RGB 83 77 36 -
CMYK 0 0.07 0.57 0.67
HSL 52.34º 0.39% 0.23% -
HSV(B) 52.34º 0.57% 0.33% -
XYZ 6.54 7.27 2.73 -
YUV 74.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 83 77 36 0 0.07 0.57 0.67 52.34 0.39 0.23
Hex 53 4D 24 0 7 39 43 34 27 17
Octal 123 115 44 0 7 71 103 64 47 27
Binary 1010011 1001101 100100 0 111 111001 1000011 110100 100111 10111

Color Harmonies of #534D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D24

Black with #534D24

Text Example


Text Example

White with #534D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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