Html Css Color HEX #534815 Bronze Olive

📋 copy color: '#534815'

red 83 ◦ green 72 ◦ blue 21

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

Shades of Bronze Olive #534815

Tints of Bronze Olive #534815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 47.16%
G = 40.91%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534815 (or 0x534815) is known color: Bronze Olive. HEX triplet: 53, 48 and 15. RGB value is (83,72,21). Sum of RGB (Red+Green+Blue) = 83+72+21=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534815 is #ACB7EA. Grayscale: #454545. Windows color (decimal): -11319275 or 1394771. OLE color: 1394771.

HSL color Cylindrical-coordinate representation of color #534815: hue angle of 49.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #534815 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 21 -
CMYK 0 0.13 0.75 0.67
HSL 49.35º 0.6% 0.2% -
HSV(B) 49.35º 0.75% 0.33% -
XYZ 6.02 6.53 1.65 -
YUV 69.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 83 72 21 0 0.13 0.75 0.67 49.35 0.6 0.2
Hex 53 48 15 0 D 4B 43 31 3C 14
Octal 123 110 25 0 15 113 103 61 74 24
Binary 1010011 1001000 10101 0 1101 1001011 1000011 110001 111100 10100

Color Harmonies of #534815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534815

Black with #534815

Text Example


Text Example

White with #534815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534815; }

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

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

background-color css

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

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

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

border-color css

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

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

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