Html Css Color HEX #534510 Bronze Olive

📋 copy color: '#534510'

red 83 ◦ green 69 ◦ blue 16

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

Shades of Bronze Olive #534510

Tints of Bronze Olive #534510

RGB

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

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

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

R = 49.4%
G = 41.07%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534510 (or 0x534510) is known color: Bronze Olive. HEX triplet: 53, 45 and 10. RGB value is (83,69,16). Sum of RGB (Red+Green+Blue) = 83+69+16=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534510 is #ACBAEF. Grayscale: #434343. Windows color (decimal): -11320048 or 1066323. OLE color: 1066323.

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

Color convert

RGB 83 69 16 -
CMYK 0 0.17 0.81 0.67
HSL 47.46º 0.68% 0.19% -
HSV(B) 47.46º 0.81% 0.33% -
XYZ 5.79 6.13 1.37 -
YUV 67.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 83 69 16 0 0.17 0.81 0.67 47.46 0.68 0.19
Hex 53 45 10 0 11 51 43 2F 44 13
Octal 123 105 20 0 21 121 103 57 104 23
Binary 1010011 1000101 10000 0 10001 1010001 1000011 101111 1000100 10011

Color Harmonies of #534510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534510

Black with #534510

Text Example


Text Example

White with #534510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534510; }

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

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

background-color css

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

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

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

border-color css

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

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

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