Html Css Color HEX #534619 Bronze Olive

📋 copy color: '#534619'

red 83 ◦ green 70 ◦ blue 25

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

Shades of Bronze Olive #534619

Tints of Bronze Olive #534619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 46.63%
G = 39.33%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534619 (or 0x534619) is known color: Bronze Olive. HEX triplet: 53, 46 and 19. RGB value is (83,70,25). Sum of RGB (Red+Green+Blue) = 83+70+25=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534619 is #ACB9E6. Grayscale: #444444. Windows color (decimal): -11319783 or 1656403. OLE color: 1656403.

HSL color Cylindrical-coordinate representation of color #534619: hue angle of 46.55º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534619 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 25 -
CMYK 0 0.16 0.70 0.67
HSL 46.55º 0.54% 0.21% -
HSV(B) 46.55º 0.7% 0.33% -
XYZ 5.93 6.29 1.82 -
YUV 68.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 83 70 25 0 0.16 0.70 0.67 46.55 0.54 0.21
Hex 53 46 19 0 10 46 43 2F 36 15
Octal 123 106 31 0 20 106 103 57 66 25
Binary 1010011 1000110 11001 0 10000 1000110 1000011 101111 110110 10101

Color Harmonies of #534619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534619

Black with #534619

Text Example


Text Example

White with #534619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534619; }

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

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

background-color css

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

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

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

border-color css

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

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

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