Html Css Color HEX #534A24 Bronze Olive

📋 copy color: '#534A24'

red 83 ◦ green 74 ◦ blue 36

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

Shades of Bronze Olive #534A24

Tints of Bronze Olive #534A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 43.01%
G = 38.34%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534A24 (or 0x534A24) is known color: Bronze Olive. HEX triplet: 53, 4A and 24. RGB value is (83,74,36). Sum of RGB (Red+Green+Blue) = 83+74+36=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A24 is #ACB5DB. Grayscale: #484848. Windows color (decimal): -11318748 or 2378323. OLE color: 2378323.

HSL color Cylindrical-coordinate representation of color #534A24: hue angle of 48.51º 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 #534A24 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 36 -
CMYK 0 0.11 0.57 0.67
HSL 48.51º 0.39% 0.23% -
HSV(B) 48.51º 0.57% 0.33% -
XYZ 6.33 6.86 2.66 -
YUV 72.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 83 74 36 0 0.11 0.57 0.67 48.51 0.39 0.23
Hex 53 4A 24 0 B 39 43 31 27 17
Octal 123 112 44 0 13 71 103 61 47 27
Binary 1010011 1001010 100100 0 1011 111001 1000011 110001 100111 10111

Color Harmonies of #534A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A24

Black with #534A24

Text Example


Text Example

White with #534A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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