Html Css Color HEX #534913 Bronze Olive

📋 copy color: '#534913'

red 83 ◦ green 73 ◦ blue 19

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

Shades of Bronze Olive #534913

Tints of Bronze Olive #534913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 47.43%
G = 41.71%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534913 (or 0x534913) is known color: Bronze Olive. HEX triplet: 53, 49 and 13. RGB value is (83,73,19). Sum of RGB (Red+Green+Blue) = 83+73+19=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534913 is #ACB6EC. Grayscale: #464646. Windows color (decimal): -11319021 or 1263955. OLE color: 1263955.

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

Color convert

RGB 83 73 19 -
CMYK 0 0.12 0.77 0.67
HSL 50.63º 0.63% 0.2% -
HSV(B) 50.63º 0.77% 0.33% -
XYZ 6.07 6.65 1.58 -
YUV 69.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 83 73 19 0 0.12 0.77 0.67 50.63 0.63 0.2
Hex 53 49 13 0 C 4D 43 33 3F 14
Octal 123 111 23 0 14 115 103 63 77 24
Binary 1010011 1001001 10011 0 1100 1001101 1000011 110011 111111 10100

Color Harmonies of #534913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534913

Black with #534913

Text Example


Text Example

White with #534913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534913; }

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

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

background-color css

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

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

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

border-color css

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

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

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