Html Css Color HEX #534512 Bronze Olive

📋 copy color: '#534512'

red 83 ◦ green 69 ◦ blue 18

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

Shades of Bronze Olive #534512

Tints of Bronze Olive #534512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 48.82%
G = 40.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534512 (or 0x534512) is known color: Bronze Olive. HEX triplet: 53, 45 and 12. RGB value is (83,69,18). Sum of RGB (Red+Green+Blue) = 83+69+18=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534512 is #ACBAED. Grayscale: #434343. Windows color (decimal): -11320046 or 1197395. OLE color: 1197395.

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

Color convert

RGB 83 69 18 -
CMYK 0 0.17 0.78 0.67
HSL 47.08º 0.64% 0.2% -
HSV(B) 47.08º 0.78% 0.33% -
XYZ 5.8 6.14 1.45 -
YUV 67.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 83 69 18 0 0.17 0.78 0.67 47.08 0.64 0.2
Hex 53 45 12 0 11 4E 43 2F 40 14
Octal 123 105 22 0 21 116 103 57 100 24
Binary 1010011 1000101 10010 0 10001 1001110 1000011 101111 1000000 10100

Color Harmonies of #534512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534512

Black with #534512

Text Example


Text Example

White with #534512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534512; }

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

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

background-color css

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

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

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

border-color css

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

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

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