Html Css Color HEX #534910 Bronze Olive

📋 copy color: '#534910'

red 83 ◦ green 73 ◦ blue 16

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

Shades of Bronze Olive #534910

Tints of Bronze Olive #534910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 48.26%
G = 42.44%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534910 (or 0x534910) is known color: Bronze Olive. HEX triplet: 53, 49 and 10. RGB value is (83,73,16). Sum of RGB (Red+Green+Blue) = 83+73+16=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534910 is #ACB6EF. Grayscale: #454545. Windows color (decimal): -11319024 or 1067347. OLE color: 1067347.

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

Color convert

RGB 83 73 16 -
CMYK 0 0.12 0.81 0.67
HSL 51.04º 0.68% 0.19% -
HSV(B) 51.04º 0.81% 0.33% -
XYZ 6.04 6.64 1.45 -
YUV 69.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 83 73 16 0 0.12 0.81 0.67 51.04 0.68 0.19
Hex 53 49 10 0 C 51 43 33 44 13
Octal 123 111 20 0 14 121 103 63 104 23
Binary 1010011 1001001 10000 0 1100 1010001 1000011 110011 1000100 10011

Color Harmonies of #534910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534910

Black with #534910

Text Example


Text Example

White with #534910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534910; }

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

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

background-color css

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

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

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

border-color css

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

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

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