Html Css Color HEX #534513 Bronze Olive

📋 copy color: '#534513'

red 83 ◦ green 69 ◦ blue 19

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

Shades of Bronze Olive #534513

Tints of Bronze Olive #534513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 48.54%
G = 40.35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534513 (or 0x534513) is known color: Bronze Olive. HEX triplet: 53, 45 and 13. RGB value is (83,69,19). Sum of RGB (Red+Green+Blue) = 83+69+19=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534513 is #ACBAEC. Grayscale: #434343. Windows color (decimal): -11320045 or 1262931. OLE color: 1262931.

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

Color convert

RGB 83 69 19 -
CMYK 0 0.17 0.77 0.67
HSL 46.88º 0.63% 0.2% -
HSV(B) 46.88º 0.77% 0.33% -
XYZ 5.81 6.14 1.5 -
YUV 67.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 83 69 19 0 0.17 0.77 0.67 46.88 0.63 0.2
Hex 53 45 13 0 11 4D 43 2F 3F 14
Octal 123 105 23 0 21 115 103 57 77 24
Binary 1010011 1000101 10011 0 10001 1001101 1000011 101111 111111 10100

Color Harmonies of #534513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534513

Black with #534513

Text Example


Text Example

White with #534513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534513; }

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

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

background-color css

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

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

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

border-color css

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

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

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