Html Css Color HEX #534824 Bronze Olive

📋 copy color: '#534824'

red 83 ◦ green 72 ◦ blue 36

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

Shades of Bronze Olive #534824

Tints of Bronze Olive #534824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 43.46%
G = 37.7%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534824 (or 0x534824) is known color: Bronze Olive. HEX triplet: 53, 48 and 24. RGB value is (83,72,36). Sum of RGB (Red+Green+Blue) = 83+72+36=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534824 is #ACB7DB. Grayscale: #474747. Windows color (decimal): -11319260 or 2377811. OLE color: 2377811.

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

Color convert

RGB 83 72 36 -
CMYK 0 0.13 0.57 0.67
HSL 45.96º 0.39% 0.23% -
HSV(B) 45.96º 0.57% 0.33% -
XYZ 6.2 6.6 2.62 -
YUV 71.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 83 72 36 0 0.13 0.57 0.67 45.96 0.39 0.23
Hex 53 48 24 0 D 39 43 2E 27 17
Octal 123 110 44 0 15 71 103 56 47 27
Binary 1010011 1001000 100100 0 1101 111001 1000011 101110 100111 10111

Color Harmonies of #534824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534824

Black with #534824

Text Example


Text Example

White with #534824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534824; }

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

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

background-color css

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

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

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

border-color css

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

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

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