Html Css Color HEX #534713 Bronze Olive

📋 copy color: '#534713'

red 83 ◦ green 71 ◦ blue 19

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

Shades of Bronze Olive #534713

Tints of Bronze Olive #534713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 47.98%
G = 41.04%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534713 (or 0x534713) is known color: Bronze Olive. HEX triplet: 53, 47 and 13. RGB value is (83,71,19). Sum of RGB (Red+Green+Blue) = 83+71+19=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534713 is #ACB8EC. Grayscale: #444444. Windows color (decimal): -11319533 or 1263443. OLE color: 1263443.

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

Color convert

RGB 83 71 19 -
CMYK 0 0.14 0.77 0.67
HSL 48.75º 0.63% 0.2% -
HSV(B) 48.75º 0.77% 0.33% -
XYZ 5.94 6.39 1.54 -
YUV 68.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 83 71 19 0 0.14 0.77 0.67 48.75 0.63 0.2
Hex 53 47 13 0 E 4D 43 31 3F 14
Octal 123 107 23 0 16 115 103 61 77 24
Binary 1010011 1000111 10011 0 1110 1001101 1000011 110001 111111 10100

Color Harmonies of #534713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534713

Black with #534713

Text Example


Text Example

White with #534713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534713; }

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

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

background-color css

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

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

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

border-color css

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

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

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