Html Css Color HEX #534612 Bronze Olive

📋 copy color: '#534612'

red 83 ◦ green 70 ◦ blue 18

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

Shades of Bronze Olive #534612

Tints of Bronze Olive #534612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 48.54%
G = 40.94%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#534612 (or 0x534612) is known color: Bronze Olive. HEX triplet: 53, 46 and 12. RGB value is (83,70,18). Sum of RGB (Red+Green+Blue) = 83+70+18=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534612 is #ACB9ED. Grayscale: #444444. Windows color (decimal): -11319790 or 1197651. OLE color: 1197651.

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

Color convert

RGB 83 70 18 -
CMYK 0 0.16 0.78 0.67
HSL 48º 0.64% 0.2% -
HSV(B) 48º 0.78% 0.33% -
XYZ 5.87 6.26 1.47 -
YUV 67.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 83 70 18 0 0.16 0.78 0.67 48 0.64 0.2
Hex 53 46 12 0 10 4E 43 30 40 14
Octal 123 106 22 0 20 116 103 60 100 24
Binary 1010011 1000110 10010 0 10000 1001110 1000011 110000 1000000 10100

Color Harmonies of #534612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534612

Black with #534612

Text Example


Text Example

White with #534612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534612; }

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

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

background-color css

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

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

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

border-color css

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

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

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