Html Css Color HEX #534915 Bronze Olive

📋 copy color: '#534915'

red 83 ◦ green 73 ◦ blue 21

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

Shades of Bronze Olive #534915

Tints of Bronze Olive #534915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 46.89%
G = 41.24%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534915 (or 0x534915) is known color: Bronze Olive. HEX triplet: 53, 49 and 15. RGB value is (83,73,21). Sum of RGB (Red+Green+Blue) = 83+73+21=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534915 is #ACB6EA. Grayscale: #464646. Windows color (decimal): -11319019 or 1395027. OLE color: 1395027.

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

Color convert

RGB 83 73 21 -
CMYK 0 0.12 0.75 0.67
HSL 50.32º 0.6% 0.2% -
HSV(B) 50.32º 0.75% 0.33% -
XYZ 6.09 6.66 1.67 -
YUV 70.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 83 73 21 0 0.12 0.75 0.67 50.32 0.6 0.2
Hex 53 49 15 0 C 4B 43 32 3C 14
Octal 123 111 25 0 14 113 103 62 74 24
Binary 1010011 1001001 10101 0 1100 1001011 1000011 110010 111100 10100

Color Harmonies of #534915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534915

Black with #534915

Text Example


Text Example

White with #534915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534915; }

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

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

background-color css

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

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

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

border-color css

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

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

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